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:22 +02:00
parent 3803a711bd
commit 8aff869ef7

View File

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