mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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)
|
if (modeattacking || demo.savemode != DSM_NOTSAVING)
|
||||||
{
|
{
|
||||||
G_SaveDemo();
|
if (demobuf.p)
|
||||||
|
{
|
||||||
|
G_SaveDemo();
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue