mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
Stop demo recording after ending game with menu_endgame CCMD
https://forum.zdoom.org/viewtopic.php?t=58735
This commit is contained in:
parent
31f2bb5218
commit
c387574c02
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ void ActivateEndGameMenu()
|
||||||
M_ClearMenus();
|
M_ClearMenus();
|
||||||
if (!netgame)
|
if (!netgame)
|
||||||
{
|
{
|
||||||
|
G_CheckDemoStatus();
|
||||||
D_StartTitle();
|
D_StartTitle();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue