Skip to content
Snippets Groups Projects
Commit b6469229 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

fix Ploadflat warning

parent 83925163
Branches
Tags
No related merge requests found
...@@ -568,7 +568,9 @@ or NULL if we want to allocate it now. ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment