(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:
parent
9b56e4d5a0
commit
c99a5b4f43
7 changed files with 14 additions and 14 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue