Ready to shp 1.20.

This commit is contained in:
Eric S. Raymond 2024-09-23 18:48:11 -04:00
parent 2d8ebd234b
commit fdfd28c41e
2 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,8 @@
* the cave starts to close. Only seems to be significant for the bird
* and readable objects, notably the clam/oyster - but the code around
* those tests is difficult to read.
*
* All tests of the prop member are done with either these macros or ==.
*/
#define OBJECT_IS_NOTFOUND(obj) (game.objects[obj].prop == STATE_NOTFOUND)
#define OBJECT_IS_FOUND(obj) (game.objects[obj].prop == STATE_FOUND)