From 3b0da4c2216917df7bde7fe16313ba79c7738b39 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 14 May 2023 08:41:40 +0200 Subject: [PATCH] - fix '-gamegrp' path --- source/core/gamecontrol.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/gamecontrol.cpp b/source/core/gamecontrol.cpp index 0c09e0acb..b1e399646 100644 --- a/source/core/gamecontrol.cpp +++ b/source/core/gamecontrol.cpp @@ -382,6 +382,7 @@ void UserConfig::ProcessOptions() gamegrp = v; } } + FixPathSeperator(gamegrp); Args->CollectFiles("-rts", ".rts"); auto rts = Args->CheckValue("-rts");