Improve comments.

This commit is contained in:
Eric S. Raymond 2022-04-18 18:07:28 -04:00
parent 017162da6e
commit 9af3ab4ecd
3 changed files with 6 additions and 3 deletions

View file

@ -12,7 +12,7 @@
#define COND_FLUID 2 /* Liquid asset, see bit 1 */
#define COND_NOARRR 3 /* Pirate doesn't go here unless following */
#define COND_NOBACK 4 /* Cannot use "back" to move away */
#define COND_ABOVE 5
#define COND_ABOVE 5 /* Aboveground, but not in forest */
#define COND_DEEP 6 /* Deep - e.g where dwarves are active */
#define COND_FOREST 7 /* In the forest */
#define COND_FORCED 8 /* Only one way in or out of here */
@ -162,4 +162,4 @@ enum action_refs {{
{state_definitions}
#endif /* end DUNGEON_H */
#endif /* end DUNGEON_H */