fix some OOB enumerator usages
(should be no-op with usual compiler workings)
This commit is contained in:
parent
9e9d6fa52c
commit
120e296a74
5 changed files with 18 additions and 18 deletions
|
@ -624,7 +624,7 @@ qboolean FS_FileExists( const char *file );
|
|||
|
||||
qboolean FS_CreatePath (char *OSPath);
|
||||
|
||||
vmInterpret_t FS_FindVM(void **startSearch, char *found, int foundlen, const char *name, int enableDll);
|
||||
int FS_FindVM(void **startSearch, char *found, int foundlen, const char *name, int enableDll);
|
||||
|
||||
char *FS_BuildOSPath( const char *base, const char *game, const char *qpath );
|
||||
qboolean FS_CompareZipChecksum(const char *zipfile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue