From b3bc148f325660e225c702262df5b20ff66c3e1a Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sat, 26 Oct 2013 23:53:44 -0500 Subject: Remove old comment that FS_Seek doesn't work on zipped files --- src/qcommon/qcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qcommon') 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 ); -- cgit