mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove old debug prints
This commit is contained in:
parent
ef45949202
commit
406d7c0b32
1 changed files with 0 additions and 4 deletions
|
|
@ -104,8 +104,6 @@ static void P_NetArchivePlayers(void)
|
|||
UINT16 flags;
|
||||
// size_t q;
|
||||
|
||||
CONS_Printf("SENDING NET INFO\n");
|
||||
|
||||
WRITEUINT32(save_p, ARCHIVEBLOCK_PLAYERS);
|
||||
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
|
|
@ -308,8 +306,6 @@ static void P_NetUnArchivePlayers(void)
|
|||
INT32 i, j;
|
||||
UINT16 flags;
|
||||
|
||||
CONS_Printf("FETCHING NET INFO\n");
|
||||
|
||||
if (READUINT32(save_p) != ARCHIVEBLOCK_PLAYERS)
|
||||
I_Error("Bad $$$.sav at archive block Players");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue