Minor edit to the description of CityRepsList in ddraw.ini, to avoid misunderstanding.

Updated version number.
This commit is contained in:
NovaRain
2018-07-28 22:33:28 +08:00
parent 9dce3c8d62
commit ed260ad7e5
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
;sfall configuration settings
;v3.8.10
;v3.8.11
[Main]
;Change to 1 if you want to use command line args to tell sfall to use another ini file.
@@ -392,7 +392,7 @@ UseScrollingQuestsList=1
;PremadeFIDs=201,203,202
;Use this line to modify the list of cities and their associated global variables used for city reputations
;Syntax is 'city id : global id', with each city/global pair separated by a comma.
;Syntax is 'city id:global id', with each city/global pair separated by a comma.
;CityRepsCount=19
;CityRepsList=0:47,2:48,1:49,4:50,5:51,3:52,8:53,6:54,7:55,13:56,10:57,11:59,14:61,17:63,19:64,18:65,25:66,9:294,20:308
+3 -3
View File
@@ -24,13 +24,13 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 8
#define VERSION_BUILD 10
#define VERSION_BUILD 11
#define VERSION_REV 0
#ifdef WIN2K
#define VERSION_STRING "3.8.10 win2k"
#define VERSION_STRING "3.8.11 win2k"
#else
#define VERSION_STRING "3.8.10"
#define VERSION_STRING "3.8.11"
#endif
#define CHECK_VAL (4)