Syntax correction

This commit is contained in:
2026-02-19 21:53:26 +01:00
parent c60d797448
commit 78c45cedd0

View File

@@ -19,7 +19,8 @@ typedef void (*SetFloatFn)(GameSetting, float);
static HMODULE fixLib = nullptr;
static LONG g_coreInitialized = 0;
static LONG g_hotkeysInitialized = 0;
static LONG g_uniformReseted = 0; static SetBoolFn SetFixEnabled = nullptr;
static LONG g_uniformReseted = 0;
static SetBoolFn SetFixEnabled = nullptr;
static SetFixesFn SetFixes = nullptr;
static SetFloatFn SetValues = nullptr;
void SetFixesEnabled(GameFixes fix, bool value) { if (SetFixes) SetFixes(fix, value); }