Added DisableSpecialMapIDs option (from Mr.Stalin)

Fixed the overflow of the automap tables when the number of maps in maps.txt is more than 160.
This commit is contained in:
NovaRain
2019-03-30 11:07:16 +08:00
parent da3fd5c671
commit dd87a83025
5 changed files with 46 additions and 2 deletions
+5 -1
View File
@@ -1,5 +1,5 @@
;sfall configuration settings
;v4.1.6
;v4.1.7
[Main]
;Change to 1 if you want to use command line args to tell sfall to use another ini file.
@@ -680,6 +680,10 @@ InterfaceDontMoveOnTop=0
;Set to -1 to disable the special death message when the global variable is set
SpecialDeathGVAR=491
;Set to 1 to disable the special handling of map IDs 19 and 37 in the engine when entering the maps
;Don't set this to anything other than 0 unless another mod you're using explicitly tells you to!
DisableSpecialMapIDs=0
;Set to 1 to display sfall built-in credits at the bottom of credits.txt contents instead of at the top
CreditsAtBottom=0