Rename some macos for clarity.

This commit is contained in:
Eric S. Raymond 2024-06-30 14:42:06 -04:00
parent 124e7768b4
commit cb293f4aa4
8 changed files with 50 additions and 50 deletions

4
init.c
View file

@ -84,10 +84,10 @@ int initialise(void) {
if (objects[object].is_treasure) {
++game.tally;
if (objects[object].inventory != NULL) {
PROP_SET_NOT_FOUND(object);
OBJECT_SET_NOT_FOUND(object);
}
} else {
PROP_SET_FOUND(object);
OBJECT_SET_FOUND(object);
}
}
game.conds = setbit(COND_HBASE);