mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 12:50:44 +00:00
Don't prevent exiting games while recording at all
This commit is contained in:
parent
450efc3180
commit
35be2e0be6
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…
Reference in a new issue