avoid any potential hassle with C23 unreachable macro

This commit is contained in:
nhmall
2024-09-07 11:34:12 -04:00
parent cf7af6a201
commit bcdf077d9f
2 changed files with 12 additions and 12 deletions

View File

@@ -214,7 +214,7 @@ typedef struct mapseen {
Bitfield(shoptype, 5);
} feat;
struct mapseen_flags {
Bitfield(unreachable, 1); /* can't get back to this level */
Bitfield(notreachable, 1); /* can't get back to this level */
Bitfield(forgot, 1); /* player has forgotten about this level */
Bitfield(knownbones, 1); /* player aware of bones */
Bitfield(oracle, 1);