added mesh rendering
This commit is contained in:
@@ -88,7 +88,7 @@ bool IFileSystem::LoadPackFile( const char *szFilename )
|
||||
unsigned long long nNumFiles = 0;
|
||||
PackDirectory_t *pDirs = NULL;
|
||||
|
||||
FILE* f = V_fopen(szFilename, "r");
|
||||
FILE* f = V_fopen(szFilename, "rb");
|
||||
if (!f)
|
||||
Plat_FatalErrorFunc("Failed to open %s",szFilename);
|
||||
V_fread(&header,1,sizeof(header),f);
|
||||
|
||||
Reference in New Issue
Block a user