mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Fix "Return to title" doing NOTHING during recording
This commit is contained in:
parent
4f8ef7c3aa
commit
06bda79b1b
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…
Add table
Reference in a new issue