diff --git a/LittleNightmareIII/dllmain.cpp b/LittleNightmareIII/dllmain.cpp index 658e9f4..c8bc5e4 100644 --- a/LittleNightmareIII/dllmain.cpp +++ b/LittleNightmareIII/dllmain.cpp @@ -83,7 +83,7 @@ static void LoadFixDLL() SetFixesEnabled(GameFixes::Vignetting, Vignetting_fix_enabled); SetFixesEnabled(GameFixes::Fog, Fog_fix_enabled); SetFixesEnabled(GameFixes::VolumetricFog, VolumetricFog_fix_enabled); - SetFixesEnabled(GameFixes::DevConsole, skip_intro); + SetFixesEnabled(GameFixes::DevConsole, true); } } }