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:
@@ -159,8 +159,6 @@ struct context_info {
|
||||
boolean move;
|
||||
boolean mv;
|
||||
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 tips[NUM_TIPS];
|
||||
struct dig_info digging;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* Incrementing EDITLEVEL can be used to force invalidation of old bones
|
||||
* and save files.
|
||||
*/
|
||||
#define EDITLEVEL 98
|
||||
#define EDITLEVEL 99
|
||||
|
||||
/*
|
||||
* Development status possibilities.
|
||||
|
||||
Reference in New Issue
Block a user