Stop demo recording after ending game with menu_endgame CCMD

https://forum.zdoom.org/viewtopic.php?t=58735
This commit is contained in:
alexey.lysiuk 2017-12-15 12:34:56 +02:00
parent 31f2bb5218
commit c387574c02
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ void ActivateEndGameMenu()
M_ClearMenus(); M_ClearMenus();
if (!netgame) if (!netgame)
{ {
G_CheckDemoStatus();
D_StartTitle(); D_StartTitle();
} }
}); });