mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user