mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
override renderer only once
This commit is contained in:
parent
64830e0269
commit
35ac6194ff
@ -569,7 +569,7 @@ void TConfigForm::SaveSettings()
|
||||
"hook",
|
||||
HookChk->State == tssOn ? 2 : hook);
|
||||
|
||||
if (HookChk->State == tssOn)
|
||||
if (HookChk->State == tssOn && Hook != 2)
|
||||
ini->WriteString("ddraw", "renderer", "gdi");
|
||||
|
||||
int minfps = Minfps == 0 ? -1 : Minfps;
|
||||
|
Loading…
x
Reference in New Issue
Block a user