From: PatR Date: Sat, 28 Aug 2021 23:24:23 +0000 (-0700) Subject: delete obsolete variable 'monstermoves' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c57abab020ba089497a208f373c70436f26165d3;p=nethack delete obsolete variable 'monstermoves' Fixes entry and EDITLEVEL increment for 'Remove g.monstermoves' commit. Invalidates old save file contents. Closes pull request #579 --- 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.