summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2013-10-26 23:53:44 -0500
committerTim Angus <tim@ngus.net>2014-06-17 17:43:36 +0100
commitb3bc148f325660e225c702262df5b20ff66c3e1a (patch)
treec8f6398122d64bd93b98f9978f5be588f94a8fd6 /src/qcommon
parent00ca06739540e43b2f885c54ef18aeb9564fe68c (diff)
Remove old comment that FS_Seek doesn't work on zipped files
Diffstat (limited to 'src/qcommon')
-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 5f21bbe3..fc240bbf 100644
--- a/src/qcommon/qcommon.h
+++ b/src/qcommon/qcommon.h
@@ -675,7 +675,7 @@ int FS_FOpenFileByMode( const char *qpath, fileHandle_t *f, fsMode_t mode );
// opens a file for reading, writing, or appending depending on the value of mode
int FS_Seek( fileHandle_t f, long offset, int origin );
-// seek on a file (doesn't work for zip files!!!!!!!!)
+// seek on a file
qboolean FS_FilenameCompare( const char *s1, const char *s2 );