mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
Fix "Return to title" doing NOTHING during recording
This commit is contained in:
parent
dd75c1621c
commit
97aeb27eda
1 changed files with 1 additions and 1 deletions
|
@ -7113,7 +7113,7 @@ static void M_ExitGameResponse(INT32 ch)
|
||||||
static void M_EndGame(INT32 choice)
|
static void M_EndGame(INT32 choice)
|
||||||
{
|
{
|
||||||
(void)choice;
|
(void)choice;
|
||||||
if (demoplayback || demorecording)
|
if (demoplayback || ( demorecording && !multiplayer ))/* hack for now */
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!Playing())
|
if (!Playing())
|
||||||
|
|
Loading…
Reference in a new issue