mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
fix Ploadflat warning
This commit is contained in:
parent
3b2b84ce24
commit
64f6f5a84a
1 changed files with 2 additions and 0 deletions
|
|
@ -568,7 +568,9 @@ or NULL if we want to allocate it now.
|
|||
static INT32
|
||||
Ploadflat (levelflat_t *levelflat, const char *flatname)
|
||||
{
|
||||
#ifndef NO_PNG_LUMPS
|
||||
UINT8 buffer[8];
|
||||
#endif
|
||||
|
||||
lumpnum_t flatnum;
|
||||
int texturenum;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue