summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-12-02 02:32:49 +0000
committerTim Angus <tim@ngus.net>2002-12-02 02:32:49 +0000
commit5056c7733069093f7c9263e861512c4e7bc27990 (patch)
tree4502a65edbbb28c9a07c85be244f5cc5536aa91a /src/cgame/cg_local.h
parent99f454e46275215412247564878896806a772ed0 (diff)
* Bounding box fiddles
* Added a small radius search to the use action * Fixed a couple of crash bugs
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index de9c7c6f..276bfd41 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -1475,7 +1475,7 @@ int trap_FS_FOpenFile( const char *qpath, fileHandle_t *f, fsMode_t mo
void trap_FS_Read( void *buffer, int len, fileHandle_t f );
void trap_FS_Write( const void *buffer, int len, fileHandle_t f );
void trap_FS_FCloseFile( fileHandle_t f );
-int trap_FS_Seek( fileHandle_t f, long offset, int origin ); // fsOrigin_t
+void trap_FS_Seek( fileHandle_t f, long offset, fsOrigin_t origin ); // fsOrigin_t
// add commands to the local console as if they were typed in
// for map changing, etc. The command is not executed immediately,