(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
|
@ -74,8 +74,8 @@ nxtitemp(struct nstr_item *np, int owner)
|
|||
if ((np->flags & EFF_OWNER) && !owner)
|
||||
selected = 0;
|
||||
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