override renderer only once
This commit is contained in:
parent
64830e0269
commit
35ac6194ff
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ void TConfigForm::SaveSettings()
|
||||||
"hook",
|
"hook",
|
||||||
HookChk->State == tssOn ? 2 : hook);
|
HookChk->State == tssOn ? 2 : hook);
|
||||||
|
|
||||||
if (HookChk->State == tssOn)
|
if (HookChk->State == tssOn && Hook != 2)
|
||||||
ini->WriteString("ddraw", "renderer", "gdi");
|
ini->WriteString("ddraw", "renderer", "gdi");
|
||||||
|
|
||||||
int minfps = Minfps == 0 ? -1 : Minfps;
|
int minfps = Minfps == 0 ? -1 : Minfps;
|
||||||
|
|
Loading…
Reference in a new issue