mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Remove old comment that FS_Seek doesn't work on zipped files
This commit is contained in:
parent
2d45e57068
commit
028f0f1ac4
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue