Rename some macos for clarity.
This commit is contained in:
parent
124e7768b4
commit
cb293f4aa4
8 changed files with 50 additions and 50 deletions
|
@ -230,7 +230,7 @@ bool is_valid(struct game_t valgame) {
|
|||
int temp_tally = 0;
|
||||
for (int treasure = 1; treasure <= NOBJECTS; treasure++) {
|
||||
if (objects[treasure].is_treasure) {
|
||||
if (PROP_IS_NOTFOUND2(valgame, treasure)) {
|
||||
if (OBJECT_IS_NOTFOUND2(valgame, treasure)) {
|
||||
++temp_tally;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue