mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Clear unused-but-set-variable warnings
This commit is contained in:
parent
37c65ca7e4
commit
01911e4d37
1 changed files with 0 additions and 4 deletions
|
@ -494,7 +494,6 @@ static void P_NetUnArchivePlayers(void)
|
|||
static void P_NetArchiveWorld(void)
|
||||
{
|
||||
size_t i;
|
||||
INT32 statsec = 0, statline = 0;
|
||||
const line_t *li = lines;
|
||||
const side_t *si;
|
||||
UINT8 *put;
|
||||
|
@ -587,8 +586,6 @@ static void P_NetArchiveWorld(void)
|
|||
|
||||
if (diff)
|
||||
{
|
||||
statsec++;
|
||||
|
||||
WRITEUINT16(put, i);
|
||||
WRITEUINT8(put, diff);
|
||||
if (diff & SD_DIFF2)
|
||||
|
@ -705,7 +702,6 @@ static void P_NetArchiveWorld(void)
|
|||
|
||||
if (diff)
|
||||
{
|
||||
statline++;
|
||||
WRITEINT16(put, i);
|
||||
WRITEUINT8(put, diff);
|
||||
if (diff & LD_DIFF2)
|
||||
|
|
Loading…
Reference in a new issue