mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
parent
6018213c71
commit
9645009b28
3 changed files with 11 additions and 6 deletions
|
@ -681,6 +681,10 @@ void MainLoop ()
|
|||
if (userConfig.CommandMap.IsNotEmpty())
|
||||
{
|
||||
auto maprecord = FindMapByName(userConfig.CommandMap);
|
||||
if (maprecord == nullptr)
|
||||
{
|
||||
maprecord = SetupUserMap(userConfig.CommandMap, g_gameType & GAMEFLAG_DUKE? "dethtoll.mid" : nullptr);
|
||||
}
|
||||
userConfig.CommandMap = "";
|
||||
if (maprecord)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue