Reserve save file space for new conducts and options

This will make it possible to change conducts and options in the
future without breaking the save format.
This commit is contained in:
Alex Smith
2026-05-02 01:14:25 +01:00
parent 0eda8f288c
commit 4e20ebc7aa
2 changed files with 16 additions and 0 deletions
+9
View File
@@ -156,6 +156,15 @@ struct flag {
boolean showrace; /* show hero glyph by race rather than by role */
boolean travelcmd; /* allow travel command */
int runmode; /* update screen display during run moves */
int reserved1;
int reserved2;
int reserved3;
int reserved4;
int reserved5;
int reserved6;
int reserved7;
int reserved8;
};
/*