mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't prevent exiting games while recording at all
This commit is contained in:
parent
ffd7bca18a
commit
d7d029eb9e
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 && !multiplayer ))/* hack for now */
|
||||
if (demoplayback)
|
||||
return;
|
||||
|
||||
if (!Playing())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue