mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 22:41:27 +00:00
Toaster recs for demo hygiene
This commit is contained in:
parent
1c66631e18
commit
9dc7453159
2 changed files with 2 additions and 2 deletions
|
|
@ -1251,6 +1251,8 @@ void D_ClearState(void)
|
|||
|
||||
G_SetGamestate(GS_NULL);
|
||||
wipegamestate = GS_NULL;
|
||||
|
||||
demo.waitingfortally = false;
|
||||
}
|
||||
|
||||
static boolean g_deferredtitle = false;
|
||||
|
|
|
|||
|
|
@ -3397,8 +3397,6 @@ void G_AddGhost(savebuffer_t *buffer, const char *defdemoname)
|
|||
|
||||
p = buffer->buffer;
|
||||
|
||||
demo.waitingfortally = false;
|
||||
|
||||
// read demo header
|
||||
if (memcmp(p, DEMOHEADER, 12))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue