Update preferences_savefile.dm

This commit is contained in:
LetterJay
2017-10-05 05:18:04 -05:00
committed by GitHub
parent 09f6eb6156
commit abeb003465
+1 -1
View File
@@ -3,7 +3,7 @@
//This is the current version, anything below this will attempt to update (if it's not obsolete)
#define SAVEFILE_VERSION_MAX 20
/*
SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Carn
This proc checks if the current directory of the savefile S needs updating
It is to be used by the load_character and load_preferences procs.