Merge pull request #12196 from Citadel-Station-13/Ghommie-patch-1

bumps up savefile version cause horns/wings
This commit is contained in:
kevinz000
2020-05-11 04:18:29 -07:00
committed by GitHub
+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 30
#define SAVEFILE_VERSION_MAX 31
/*
SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Carn