Clean up some comments.

This commit is contained in:
Eric S. Raymond 2024-09-22 22:06:02 -04:00
parent 9c3f4b0c90
commit 354e56a69b
3 changed files with 4 additions and 6 deletions

View file

@ -257,7 +257,7 @@ struct game_t {
bool32_t found; // has the location of this object been found?
#endif
loc_t fixed; // fixed location of object (if not IS_FREE)
int32_t prop; // object state */
int32_t prop; // object state
loc_t place; // location of object
} objects[NOBJECTS + 1];
struct {