WHOOPS GOTTA UPDATE SAVEFILE VERSION

This commit is contained in:
Putnam
2020-04-14 20:10:32 -07:00
parent d0cea0d84a
commit 3b79d6085b
+1 -1
View File
@@ -5,7 +5,7 @@
// You do not need to raise this if you are adding new values that have sane defaults.
// Only raise this value when changing the meaning/format/name/layout of an existing value
// where you would want the updater procs below to run
#define SAVEFILE_VERSION_MAX 28
#define SAVEFILE_VERSION_MAX 29
/*
SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Carn