mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-22 17:01:08 +00:00
- fix '-gamegrp' path
This commit is contained in:
parent
2081cb1d34
commit
3b0da4c221
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ void UserConfig::ProcessOptions()
|
|||
gamegrp = v;
|
||||
}
|
||||
}
|
||||
FixPathSeperator(gamegrp);
|
||||
|
||||
Args->CollectFiles("-rts", ".rts");
|
||||
auto rts = Args->CheckValue("-rts");
|
||||
|
|
Loading…
Reference in a new issue