From 986646e8b159d5850e834f3260d525475c71d614 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Wed, 10 Sep 2025 21:55:02 +0200 Subject: [PATCH] Update fix version --- Cronos The New Dawn/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cronos The New Dawn/dllmain.cpp b/Cronos The New Dawn/dllmain.cpp index 1d88164..e8195dd 100644 --- a/Cronos The New Dawn/dllmain.cpp +++ b/Cronos The New Dawn/dllmain.cpp @@ -64,7 +64,7 @@ const char* FOG_FIX_SETTING = "FogFIX="; const char* CAMERA_DISTANCE_FIX_SETTING = "CameraDistanceFIX="; const char* WORLD_FOV_SETTING = "WorldFOV="; const char* CAMERA_DISTANCE_SETTING = "CameraDistance="; -const char* FIX_VERSION = "1.0.4"; +const char* FIX_VERSION = "1.0.5"; const char* FIX_INFORMATIONS = "This fix allows to:\n - Control FOV in game.\n - Control camera distance.\n - Unlock ultrawide resolutions.\n - Remove depth of field.\n - Remove vignetting.\n - Remove fog.\n - Re enable console."; const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";