From 1a02a2df1664046f45b00b89ecbaed5d3c9ea0a9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 28 Feb 2024 15:54:34 -0500 Subject: [PATCH] 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. --- include/context.h | 2 -- include/patchlevel.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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.