diff --git a/include/context.h b/include/context.h index 3dc424aba..167885d6c 100644 --- a/include/context.h +++ b/include/context.h @@ -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; diff --git a/include/patchlevel.h b/include/patchlevel.h index e20e36386..74f586c56 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -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.