mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
remove statsec and statline as they appear to be entirely unused
This commit is contained in:
parent
0916ca3642
commit
d255d29942
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)
|
static void P_NetArchiveWorld(void)
|
||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
INT32 statsec = 0, statline = 0;
|
|
||||||
const line_t *li = lines;
|
const line_t *li = lines;
|
||||||
const line_t *spawnli = spawnlines;
|
const line_t *spawnli = spawnlines;
|
||||||
const side_t *si;
|
const side_t *si;
|
||||||
|
|
@ -938,8 +937,6 @@ static void P_NetArchiveWorld(void)
|
||||||
|
|
||||||
if (diff)
|
if (diff)
|
||||||
{
|
{
|
||||||
statsec++;
|
|
||||||
|
|
||||||
WRITEUINT16(put, i);
|
WRITEUINT16(put, i);
|
||||||
WRITEUINT8(put, diff);
|
WRITEUINT8(put, diff);
|
||||||
if (diff & SD_DIFF2)
|
if (diff & SD_DIFF2)
|
||||||
|
|
@ -1033,7 +1030,6 @@ static void P_NetArchiveWorld(void)
|
||||||
|
|
||||||
if (diff)
|
if (diff)
|
||||||
{
|
{
|
||||||
statline++;
|
|
||||||
WRITEINT16(put, i);
|
WRITEINT16(put, i);
|
||||||
WRITEUINT8(put, diff);
|
WRITEUINT8(put, diff);
|
||||||
if (diff & LD_DIFF2)
|
if (diff & LD_DIFF2)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue