Increment editlevel

Commit 0f257ec538 (nhlua.c static analyzer fix) changed
a variable from long to unsigned, but the var is also saved
to the save file, so broke save compat.
This commit is contained in:
Pasi Kallinen
2023-01-23 08:05:26 +02:00
parent 3803a711bd
commit 8aff869ef7
+1 -1
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 70 #define EDITLEVEL 71
/* /*
* Development status possibilities. * Development status possibilities.