Change the tips internal data struct

Previously adding any new tips invalidated saves; now you can have
up to the number of bits in a long without change in savefile.

Invalidates saves.
This commit is contained in:
Pasi Kallinen
2026-04-04 15:39:43 +03:00
parent 7120a7190e
commit 5f1163c11a
4 changed files with 6 additions and 6 deletions

View File

@@ -168,7 +168,7 @@ struct context_info {
boolean bypasses; /* bypass flag is set on at least one fobj */
boolean door_opened; /* set to true if door was opened during test_move */
boolean resume_wish; /* game was exited while in wish prompt */
boolean tips[NUM_TIPS];
unsigned long tips;
struct dig_info digging;
struct victual_info victual;
struct engrave_info engraving;

View File

@@ -17,7 +17,7 @@
* Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files.
*/
#define EDITLEVEL 136
#define EDITLEVEL 137
/*
* Development status possibilities.