Syntax correction
This commit is contained in:
@@ -19,7 +19,8 @@ typedef void (*SetFloatFn)(GameSetting, float);
|
|||||||
static HMODULE fixLib = nullptr;
|
static HMODULE fixLib = nullptr;
|
||||||
static LONG g_coreInitialized = 0;
|
static LONG g_coreInitialized = 0;
|
||||||
static LONG g_hotkeysInitialized = 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 SetFixesFn SetFixes = nullptr;
|
||||||
static SetFloatFn SetValues = nullptr;
|
static SetFloatFn SetValues = nullptr;
|
||||||
void SetFixesEnabled(GameFixes fix, bool value) { if (SetFixes) SetFixes(fix, value); }
|
void SetFixesEnabled(GameFixes fix, bool value) { if (SetFixes) SetFixes(fix, value); }
|
||||||
|
|||||||
Reference in New Issue
Block a user