mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
parent
1c0a6c719c
commit
203d045dfa
1 changed files with 4 additions and 1 deletions
|
|
@ -4182,7 +4182,10 @@ boolean G_CheckDemoStatus(void)
|
|||
|
||||
if (modeattacking || demo.savemode != DSM_NOTSAVING)
|
||||
{
|
||||
G_SaveDemo();
|
||||
if (demobuf.p)
|
||||
{
|
||||
G_SaveDemo();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue