Introduce OBJECT_STASHIFY.

This commit is contained in:
Eric S. Raymond 2024-09-22 22:34:07 -04:00
parent 0157e58668
commit 08f0351817
3 changed files with 3 additions and 3 deletions

View file

@ -100,6 +100,7 @@
#define OBJECT_IS_NOTFOUND2(g, o) (!g.objects[o].found)
#define OBJECT_SET_SEEN(obj) game.objects[object].found = true
#endif
#define OBJECT_STASHIFY(obj, pval) game.objects[obj].prop = PROP_STASHIFY(pval)
#define PROMPT "> "