purge a couple of placeholders from context struct

Take advantage of today's EDITLEVEL bump, and add yet another to
remove some field placeholders left behind in when two fields were moved
elsewhere in 22e52ee9.
This commit is contained in:
nhmall
2024-02-28 15:54:34 -05:00
parent 41a5565403
commit 1a02a2df16
2 changed files with 1 additions and 3 deletions

View File

@@ -159,8 +159,6 @@ struct context_info {
boolean move; boolean move;
boolean mv; boolean mv;
boolean bypasses; /* bypass flag is set on at least one fobj */ boolean bypasses; /* bypass flag is set on at least one fobj */
boolean placeholder1;
boolean placeholder2;
boolean door_opened; /* set to true if door was opened during test_move */ boolean door_opened; /* set to true if door was opened during test_move */
boolean tips[NUM_TIPS]; boolean tips[NUM_TIPS];
struct dig_info digging; struct dig_info digging;

View File

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