Rename some macos for clarity.
This commit is contained in:
parent
124e7768b4
commit
cb293f4aa4
8 changed files with 50 additions and 50 deletions
4
init.c
4
init.c
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue