- fix '-gamegrp' path

This commit is contained in:
Christoph Oelckers 2023-05-14 08:41:40 +02:00
parent 2081cb1d34
commit 3b0da4c221

View file

@ -382,6 +382,7 @@ void UserConfig::ProcessOptions()
gamegrp = v;
}
}
FixPathSeperator(gamegrp);
Args->CollectFiles("-rts", ".rts");
auto rts = Args->CheckValue("-rts");