mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- Allow CON-based games to have multiplayer episodes filtered from menu.
* Fixes #461. * Fixes #462.
This commit is contained in:
parent
593bbe10ef
commit
d0e6a7ea29
7 changed files with 49 additions and 0 deletions
|
@ -949,6 +949,13 @@ int RunGame()
|
|||
colorset = true;
|
||||
}
|
||||
}
|
||||
if (grp.FileInfo.mpepisodes.Size())
|
||||
{
|
||||
for (auto& mpepisode : grp.FileInfo.mpepisodes)
|
||||
{
|
||||
gi->AddMultiplayerEpisode(mpepisode);
|
||||
}
|
||||
}
|
||||
}
|
||||
I_SetIWADInfo();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue