From c57abab020ba089497a208f373c70436f26165d3 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 28 Aug 2021 16:24:23 -0700 Subject: [PATCH] delete obsolete variable 'monstermoves' Fixes entry and EDITLEVEL increment for 'Remove g.monstermoves' commit. Invalidates old save file contents. Closes pull request #579 --- doc/fixes37.0 | 1 + include/patchlevel.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 98fe93be6..787a6815f 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -1296,3 +1296,4 @@ onames.h dependency and inclusion is removed and comparable functionality is artilist.h is used to generate appropriate artifact enum values by the C preprocessor during compile remove requirement of object probabilities adding to 1000 +delete obsolete variable 'g.monstermoves' (copperwater pull request #579) diff --git a/include/patchlevel.h b/include/patchlevel.h index f0df3bf40..f593f6470 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 38 +#define EDITLEVEL 39 /* * Development status possibilities.