Bump savegame version so that it is > trunk version.

This commit is contained in:
Jonathan G Rennison
2016-01-30 15:19:46 +00:00
parent 2d3a75e3c0
commit c23ffb3a5c

View File

@@ -547,7 +547,7 @@ void NORETURN SlErrorCorrupt(const char *msg);
bool SaveloadCrashWithMissingNewGRFs(); bool SaveloadCrashWithMissingNewGRFs();
/* Hack to change savegame version in only one place. Rmv and correct if trunk. */ /* Hack to change savegame version in only one place. Rmv and correct if trunk. */
const int TIMESEP_SV = 190; const int TIMESEP_SV = 428;
extern char _savegame_format[8]; extern char _savegame_format[8];
extern bool _do_autosave; extern bool _do_autosave;