Fix infinite loop in case an invalid pk3 file has been downloaded from the server. Thanks tjw for reporting (#3074)
This commit is contained in:
parent
d93cc3c997
commit
fd57c987c4
5 changed files with 78 additions and 20 deletions
|
@ -605,6 +605,7 @@ qboolean FS_FileExists( const char *file );
|
|||
|
||||
qboolean FS_CreatePath (char *OSPath);
|
||||
char *FS_BuildOSPath( const char *base, const char *game, const char *qpath );
|
||||
qboolean FS_CompareZipChecksum(const char *zipfile);
|
||||
|
||||
int FS_LoadStack( void );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue