Rename some macos for clarity.
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index 9e90d05613f14281879c12a4989226f98c53ca55..14d0622541ac2805f5540110375d52cde89d1dc0 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -620,11 +620,11 @@ void put(obj_t object, loc_t where, int pval) {
        /*  put() is the same as move(), except it returns a value used to set
         * up the negated game.prop values for the repository objects. */
        move(object, where);
-       /* (ESR) Read this in combination with the macro defintions in advebt.h.
+       /* (ESR) Read this in combination with the macro defintions in advent.h.
         */
        game.objects[object].prop = PROP_STASHIFY(pval);
-#ifdef PROP_SET_SEEN
-       PROP_SET_SEEN(object);
+#ifdef OBJECT_SET_SEEN
+       OBJECT_SET_SEEN(object);
 #endif
 }