Remove unnecessary code

This commit is contained in:
2025-11-17 15:32:00 +01:00
parent 3dd643adc3
commit 8c3be8e6f8

View File

@@ -34,7 +34,6 @@ static bool CA_fix_enabled = false;
static bool Vignetting_fix_enabled = false;
static bool Fog_fix_enabled = false;
static bool VolumetricFog_fix_enabled = false;
static bool skip_intro = true;
static bool fix_enabled = false;
static bool console = true;
static int worldFOVvalue = 0;
@@ -77,7 +76,6 @@ static void LoadFixDLL()
if (SetFOV) SetFOV(worldFOVvalue);
if (SetFixEnabled) SetFixEnabled(fix_enabled, true);
if (SetFixesEnabled) {
//SetFixesEnabled(GameFixes::SkipIntro, skip_intro);
SetFixesEnabled(GameFixes::FOV, fov_fix_enabled);
SetFixesEnabled(GameFixes::UltraWide, ultrawide_fix_enabled);
SetFixesEnabled(GameFixes::DOF, DOF_fix_enabled);