mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove unused variables
This commit is contained in:
parent
559222f991
commit
d3a4a6ca81
1 changed files with 0 additions and 8 deletions
|
|
@ -579,15 +579,7 @@ or NULL if we want to allocate it now.
|
||||||
static INT32
|
static INT32
|
||||||
Ploadflat (levelflat_t *levelflat, const char *flatname, boolean resize)
|
Ploadflat (levelflat_t *levelflat, const char *flatname, boolean resize)
|
||||||
{
|
{
|
||||||
#ifndef NO_PNG_LUMPS
|
|
||||||
UINT8 buffer[8];
|
|
||||||
#endif
|
|
||||||
|
|
||||||
lumpnum_t flatnum;
|
|
||||||
int texturenum;
|
int texturenum;
|
||||||
UINT8 *flatpatch;
|
|
||||||
size_t lumplength;
|
|
||||||
|
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
||||||
// Scan through the already found flats, return if it matches.
|
// Scan through the already found flats, return if it matches.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue