mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-01-12 14:48:03 +03:00
Merge pull request #1899 from advancedfx/fix-valve1622
Addresses ValveSoftware/halflife#1622
This commit is contained in:
commit
e5815c34e2
@ -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…
x
Reference in New Issue
Block a user