summaryrefslogtreecommitdiff
path: root/src/qcommon/qcommon.h
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2013-04-14 18:33:25 +0200
committerTim Angus <tim@ngus.net>2013-05-31 23:12:09 +0100
commit46b86a1e62a44f734a01a45d4e279cdc5aea2e31 (patch)
treeac3cfd50de513265f28c7648852bfdcf71372650 /src/qcommon/qcommon.h
parent99897e33a1ae8c2f2fb565962f30c54dabc7ff03 (diff)
fix some OOB enumerator usages
(should be no-op with usual compiler workings)
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r--src/qcommon/qcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h
index bf195ec7..5f21bbe3 100644
--- a/src/qcommon/qcommon.h
+++ b/src/qcommon/qcommon.h
@@ -605,7 +605,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);