Changed the fix in commit 93c6cf5 to an option

Changed the title bar text for DX9 windowed mode.
Renamed some enums in Movies/QuestList/Sound.cpp.
This commit is contained in:
NovaRain
2021-11-06 23:42:01 +08:00
parent e510f30120
commit 5e8269d171
8 changed files with 107 additions and 89 deletions
+5
View File
@@ -615,6 +615,11 @@ AttackComplexFix=0
;Note that enabling this option may cause unexpected results with some existing game scripts
CreateObjectSidFix=0
;Set to 1 to make grave type containers in the open state run the 'use_p_proc' procedure of attached script when being used
;By default, using open graves does not run the 'use_p_proc' procedure of attached script like other containers
;Note that enabling this option will cause problems for many existing graves
GraveUseProcFix=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