delete obsolete variable 'monstermoves'
Fixes entry and EDITLEVEL increment for 'Remove g.monstermoves' commit. Invalidates old save file contents. Closes pull request #579
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user