Set idle(Sleep) function for losing window focus

Some code correction.
This commit is contained in:
NovaRain
2021-05-06 10:36:06 +08:00
parent 2985c2866b
commit db0b8eddba
7 changed files with 34 additions and 40 deletions
+2 -2
View File
@@ -421,7 +421,7 @@ CorpseDeleteTime=6
;Set a number of milliseconds to idle each input loop
;Set to -1 to disable
;Set to 0 to idle only if other processes are waiting for processor time (WinXP/2000: if processes have equal priority)
;Set to 1 (or some higher number if needed) to prevent 100% CPU use. The maximum is 127
;Set to 1 (or some higher number if needed) to prevent 100% CPU use. The maximum is 100
ProcessorIdle=-1
;Set to 1 if using the hero appearance mod
@@ -599,7 +599,7 @@ ObjCanSeeObj_ShootThru_Fix=0
;Set to 1 to fix the broken obj_can_hear_obj script function
ObjCanHearObjFix=0
;Set to 1 to enable the mood argument of start_gdialog script function for talking heads
;Set to 1 to enable the 'mood' argument of start_gdialog script function for talking heads
;If the argument value is -1, the mood will be determined by the local variable 0 of the script (vanilla behavior)
StartGDialogFix=0