From 546e219accecca1d188359952d2210c30938f318 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Fri, 17 Oct 2025 17:17:46 +0200 Subject: [PATCH] Minor fix --- LittleNightmareIII/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }