mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-21 12:01:07 +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];
|
||||
int i, j;
|
||||
byte *pMemFile;
|
||||
int fileSize, filePos;
|
||||
int fileSize, filePos = 0;
|
||||
|
||||
if (fTextureTypeInit)
|
||||
return;
|
||||
|
|
|
@ -1544,7 +1544,7 @@ void TEXTURETYPE_Init()
|
|||
char buffer[512];
|
||||
int i, j;
|
||||
byte *pMemFile;
|
||||
int fileSize, filePos;
|
||||
int fileSize, filePos = 0;
|
||||
|
||||
if (fTextureTypeInit)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue