mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
remove statsec and statline as they appear to be entirely unused
This commit is contained in:
parent
08a7fcbe8d
commit
2d45decbb0
1 changed files with 0 additions and 4 deletions
|
@ -867,7 +867,6 @@ static void UnArchiveFFloors(UINT8 *get, sector_t *ss)
|
|||
static void P_NetArchiveWorld(void)
|
||||
{
|
||||
size_t i;
|
||||
INT32 statsec = 0, statline = 0;
|
||||
const line_t *li = lines;
|
||||
const line_t *spawnli = spawnlines;
|
||||
const side_t *si;
|
||||
|
@ -938,8 +937,6 @@ static void P_NetArchiveWorld(void)
|
|||
|
||||
if (diff)
|
||||
{
|
||||
statsec++;
|
||||
|
||||
WRITEUINT16(put, i);
|
||||
WRITEUINT8(put, diff);
|
||||
if (diff & SD_DIFF2)
|
||||
|
@ -1033,7 +1030,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