]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/tend.c
(NS_ALL) [_WIN32]: Change NS_EVERYTHING back to NS_ALL, #undef NS_ALL to prevent...
[empserver] / src / lib / commands / tend.c
index 0d2c0b7530dbf0418b875c9f8d576a30e2e1cac0..c26387e3049f0548158efd8365f1e01ff4cdfec7 100644 (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)) {