avoid any potential hassle with C23 unreachable macro
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user