Code edits on Graphics.cpp & ScriptExtender.cpp.

Minor edits on some other code.
Added the missing Test_ForceFloats option to ddraw.ini.
This commit is contained in:
NovaRain
2019-05-07 14:04:36 +08:00
parent 5d9008f407
commit c1ec4057a6
9 changed files with 46 additions and 46 deletions
+4
View File
@@ -17,6 +17,10 @@ NumSoundBuffers=0
;Set to 1 to allow attaching sound files to combat float messages
AllowSoundForFloats=1
;Set to 1 to force critters to display combat float messages
;Requires sfall debugging mode and AllowSoundForFloats to be enabled
Test_ForceFloats=0
;Set to 1 to automatically search for alternative formats (mp3/wma/wav) when Fallout tries to play an acm
;Set to 2 to play alternative music files even if original acm files are not present in the music folder
;This does not effect the play_sfall_sound and stop_sfall_sound script functions