mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
[pink dog voice] THAT'S not archive block Parties!!
This commit is contained in:
parent
487ec6db74
commit
48665e5ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -958,7 +958,7 @@ static void P_NetUnArchiveRoundQueue(savebuffer_t *save)
|
|||
{
|
||||
UINT8 i;
|
||||
if (READUINT32(save->p) != ARCHIVEBLOCK_ROUNDQUEUE)
|
||||
I_Error("Bad $$$.sav at archive block Parties");
|
||||
I_Error("Bad $$$.sav at archive block Round-queue");
|
||||
|
||||
memset(&roundqueue, 0, sizeof(struct roundqueue));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue