Bump state version number, otherwise we get crashes on older state saves.

This commit is contained in:
Stephen Anthony 2020-01-07 18:12:36 -03:30
parent f7cb631ed4
commit 1667d4df60
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#ifndef STATE_MANAGER_HXX
#define STATE_MANAGER_HXX
#define STATE_HEADER "06000003state"
#define STATE_HEADER "06000004state"
class OSystem;
class RewindManager;