mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Also unset waitingfortally when adding ghosts
This commit is contained in:
parent
d8732affdf
commit
1c66631e18
1 changed files with 2 additions and 0 deletions
|
|
@ -3397,6 +3397,8 @@ 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