(tend_nxtitem,nxtitem,sarg_type,snxtitem,snxtitem_all,snxtsct,nxtitemp):

change NS_ALL to NS_EVERYTHING in ns_seltype because of a
conflict with winsock2.h which is used in the WIN32 build.
This commit is contained in:
Ron Koenderink 2004-12-31 20:14:10 +00:00
parent 9b56e4d5a0
commit c99a5b4f43
7 changed files with 14 additions and 14 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_ALL:
/* XXX maybe combine NS_LIST and NS_ALL later */
case NS_EVERYTHING:
/* XXX maybe combine NS_LIST and NS_EVERYTHING later */
break;
case NS_DIST:
if (!xyinrange(gp->x, gp->y, &np->range)) {