fix Ploadflat warning

This commit is contained in:
Jaime Passos 2019-12-04 15:41:29 -03:00
parent 839251633c
commit b646922967

View file

@ -568,7 +568,9 @@ or NULL if we want to allocate it now.
static INT32 static INT32
Ploadflat (levelflat_t *levelflat, const char *flatname) Ploadflat (levelflat_t *levelflat, const char *flatname)
{ {
#ifndef NO_PNG_LUMPS
UINT8 buffer[8]; UINT8 buffer[8];
#endif
lumpnum_t flatnum; lumpnum_t flatnum;
int texturenum; int texturenum;