diff options
Diffstat (limited to 'src/qcommon/files.c')
-rw-r--r-- | src/qcommon/files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qcommon/files.c b/src/qcommon/files.c index 17101fba..59f60bc2 100644 --- a/src/qcommon/files.c +++ b/src/qcommon/files.c @@ -1633,7 +1633,6 @@ int FS_Seek( fileHandle_t f, long offset, int origin ) { _origin = SEEK_SET; break; default: - _origin = SEEK_CUR; Com_Error( ERR_FATAL, "Bad origin in FS_Seek" ); break; } |