Set idle(Sleep) function for losing window focus

Some code correction.
This commit is contained in:
NovaRain
2021-05-06 10:43:40 +08:00
parent 273f2b8e97
commit b2c2a70822
7 changed files with 40 additions and 46 deletions
+2 -2
View File
@@ -415,7 +415,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
@@ -594,7 +594,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