Fixed the long existing slotdat.ini function in ExtraSaveSlots.

Reduced duplication in ExtraSaveSlots code.
Unified the indent style in ExtraSaveSlots.cpp.
Updated version number.
This commit is contained in:
NovaRain
2018-03-16 12:49:39 +08:00
parent ec4ba13a28
commit 204810d067
3 changed files with 373 additions and 464 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
;sfall configuration settings ;sfall configuration settings
;v3.8.8 ;v3.8.9
[Main] [Main]
;Change to 1 if you want to use command line args to tell sfall to use another ini file. ;Change to 1 if you want to use command line args to tell sfall to use another ini file.
+262 -353
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -24,13 +24,13 @@
#define VERSION_MAJOR 3 #define VERSION_MAJOR 3
#define VERSION_MINOR 8 #define VERSION_MINOR 8
#define VERSION_BUILD 8 #define VERSION_BUILD 9
#define VERSION_REV 0 #define VERSION_REV 0
#ifdef WIN2K #ifdef WIN2K
#define VERSION_STRING "3.8.8 win2k" #define VERSION_STRING "3.8.9 win2k"
#else #else
#define VERSION_STRING "3.8.8" #define VERSION_STRING "3.8.9"
#endif #endif
#define CHECK_VAL (4) #define CHECK_VAL (4)