This commit is contained in:
mittorn 2017-04-12 13:24:07 +00:00 committed by fmoraw
parent 8eaa3a7eb9
commit 3b798b9802
2 changed files with 2 additions and 2 deletions

View file

@ -1549,7 +1549,7 @@ void TEXTURETYPE_Init()
char buffer[512];
int i, j;
byte *pMemFile;
int fileSize, filePos;
int fileSize = 0, filePos = 0;
if (fTextureTypeInit)
return;

View file

@ -1687,7 +1687,7 @@ void PM_InitTextureTypes()
char buffer[512];
int i, j;
byte *pMemFile;
int fileSize, filePos;
int fileSize = 0, filePos = 0;
static qboolean bTextureTypeInit = false;
if ( bTextureTypeInit )