Removed DivisionOperatorFix from ddraw.ini (always enabled)

This commit is contained in:
NovaRain
2022-04-29 08:10:45 +08:00
parent 9454ad75a3
commit 7d71917f7a
2 changed files with 3 additions and 7 deletions
+1 -5
View File
@@ -1,5 +1,5 @@
;sfall configuration settings
;v3.8.34
;v3.8.34.1
[Main]
;Set to 1 if you want to use command line arguments to tell sfall to use another ini file
@@ -740,10 +740,6 @@ CreateObjectSidFix=0
;Note that enabling this option will cause problems for existing grave scripts
GraveContainersFix=0
;Set to 1 to fix the issue with the division operator treating negative integers as unsigned
;Note: To perform the unsigned integer division, use the new 'div' operator
DivisionOperatorFix=1
;Set to 1 to fix the priority score calculation for choosing the best weapon for NPCs
;Note that enabling this option can affect the weapon of choice for some NPCs
AIBestWeaponFix=1