(NS_ALL) [_WIN32]: Change NS_EVERYTHING back to NS_ALL, #undef NS_ALL to prevent conflict with winsock2.h

This commit is contained in:
Ron Koenderink 2005-03-08 00:04:43 +00:00
parent e215af5ac5
commit 0b172c6553
11 changed files with 22 additions and 16 deletions

View file

@ -232,8 +232,8 @@ tend_nxtitem(struct nstr_item *np, void *ptr)
case NS_LIST:
/* The change is to take the player->owner check out here */
break;
case NS_EVERYTHING:
/* XXX maybe combine NS_LIST and NS_EVERYTHING later */
case NS_ALL:
/* XXX maybe combine NS_LIST and NS_ALL later */
break;
case NS_DIST:
if (!xyinrange(gp->x, gp->y, &np->range)) {