mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-27 16:01:17 +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)
|
||||
{
|
||||
(void)choice;
|
||||
if (demoplayback || demorecording)
|
||||
if (demoplayback || ( demorecording && !multiplayer ))/* hack for now */
|
||||
return;
|
||||
|
||||
if (!Playing())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue