From 3dd643adc3d54fbcc986ea991405323e092a7328 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Mon, 17 Nov 2025 15:30:04 +0100 Subject: [PATCH] Fix informations correction. --- LittleNightmaresII/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LittleNightmaresII/dllmain.cpp b/LittleNightmaresII/dllmain.cpp index ea1bc55..7cbe5e8 100644 --- a/LittleNightmaresII/dllmain.cpp +++ b/LittleNightmaresII/dllmain.cpp @@ -47,7 +47,7 @@ static std::string log_content; // Plugin settings const std::string SETTINGS_FILE = "./pluginsettings.ini"; const char* FIX_VERSION = "1.0.1"; -const char* FIX_INFORMATIONS = "This fix allows to:\n - Control FOV in game.\n - Enable ultrawide.\n - Disable depth of field.\n - Disable chromatic aberrations.\n - Disable vignetting.\n - Disable fog.\n - Re enable dev console.\n - Skip intros."; +const char* FIX_INFORMATIONS = "This fix allows to:\n - Control FOV in game.\n - Enable ultrawide.\n - Disable depth of field.\n - Disable chromatic aberrations.\n - Disable vignetting.\n - Disable fog.\n - Re enable dev console."; const char* DONATION_URL = "https://buymeacoffee.com/k4sh44"; // Scaling factor based on screen resolution