From 8943a2c207832cb7bc963102f62bbf8ebbc3ef9d Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sat, 19 Aug 2023 19:11:20 +0200 Subject: [PATCH] update comments --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index a6f30a5..5896202 100644 --- a/src/config.c +++ b/src/config.c @@ -793,7 +793,7 @@ static void cfg_create_ini() "\n" "; Icewind Dale 2\n" "; Note: 'Full Screen' must be enabled in Config.exe\n" - "; Note: Custom width/height is the lowest possible 16:9 res for the WS patch (600/601 height will crash)\n" + "; Note: 1070x602 is the lowest possible 16:9 resolution for the Widescreen patch (600/601 height will crash)\n" "[iwd2]\n" "resolutions=2\n" "custom_width=1070\n"