mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-22 04:21:30 +00:00
Merge pull request #1899 from advancedfx/fix-valve1622
Addresses ValveSoftware/halflife#1622
This commit is contained in:
commit
e5815c34e2
2 changed files with 2 additions and 2 deletions
|
@ -1539,7 +1539,7 @@ void TEXTURETYPE_Init()
|
||||||
char buffer[512];
|
char buffer[512];
|
||||||
int i, j;
|
int i, j;
|
||||||
byte *pMemFile;
|
byte *pMemFile;
|
||||||
int fileSize, filePos;
|
int fileSize, filePos = 0;
|
||||||
|
|
||||||
if (fTextureTypeInit)
|
if (fTextureTypeInit)
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -1544,7 +1544,7 @@ void TEXTURETYPE_Init()
|
||||||
char buffer[512];
|
char buffer[512];
|
||||||
int i, j;
|
int i, j;
|
||||||
byte *pMemFile;
|
byte *pMemFile;
|
||||||
int fileSize, filePos;
|
int fileSize, filePos = 0;
|
||||||
|
|
||||||
if (fTextureTypeInit)
|
if (fTextureTypeInit)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue