missing EDITLEVEL update

The Elbereth fix changed 'struct engr' and should have included an
increment to EDITLEVEL to invalidate old save and bones files.
This commit is contained in:
PatR
2022-10-15 06:22:18 -07:00
parent 064c9fb52e
commit 46f2903d43

View File

@@ -17,7 +17,7 @@
* Incrementing EDITLEVEL can be used to force invalidation of old bones * Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files. * and save files.
*/ */
#define EDITLEVEL 65 #define EDITLEVEL 66
/* /*
* Development status possibilities. * Development status possibilities.