First nontrivial replacement of object state test by macro.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 9 Apr 2023 00:02:27 +0000 (20:02 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 9 Apr 2023 00:02:27 +0000 (20:02 -0400)
Test was game.objects[i].prop >= 0, but we know that state -1
(STATE_NOTFOUND) can't occiur here because the object is in
a lit room.


No differences found