From 92daa573959543a8b909b38c7af7391ada351be9 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 22 Apr 2023 05:51:19 -0700 Subject: [PATCH] increment EDITLEVEL for monst->meverseen It seems unlikely that using a previously unused bit in the monst structure would introduce any issues with old data, but better safe than sorry. Save and bones files are invalidated. --- include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index dfb9758b6..5198275f6 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 82 +#define EDITLEVEL 83 /* * Development status possibilities.