]> granicus.if.org Git - nethack/commitdiff
delete obsolete variable 'monstermoves'
authorPatR <rankin@nethack.org>
Sat, 28 Aug 2021 23:24:23 +0000 (16:24 -0700)
committerPatR <rankin@nethack.org>
Sat, 28 Aug 2021 23:24:23 +0000 (16:24 -0700)
Fixes entry and EDITLEVEL increment for 'Remove g.monstermoves'
commit.  Invalidates old save file contents.

Closes pull request #579

doc/fixes37.0
include/patchlevel.h

index 98fe93be692b5641289afb247b318315a65cbfbb..787a6815fb6fcb12e8a35ffc352aeb938e93fd8a 100644 (file)
@@ -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)
index f0df3bf40d6d28151162e95d094b657cac12d4f6..f593f647034e14169b076d2c66235d0812ff4b2c 100644 (file)
@@ -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.