mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-31 04:50:42 +00:00
* Remove the debug text that nobody seemed to notice
This commit is contained in:
parent
82893aebc9
commit
fee4381e18
1 changed files with 0 additions and 1 deletions
|
@ -1389,7 +1389,6 @@ int FS_Seek( fileHandle_t f, long offset, int origin ) {
|
|||
byte buffer[PK3_SEEK_BUFFER_SIZE];
|
||||
int remainder = offset;
|
||||
|
||||
Com_Printf( S_COLOR_YELLOW "%s %d %d\n", fsh[f].name, offset, origin );
|
||||
if( offset < 0 || origin == FS_SEEK_END ) {
|
||||
Com_Error( ERR_FATAL, "Negative offsets and FS_SEEK_END not implemented "
|
||||
"for FS_Seek on pk3 file contents\n" );
|
||||
|
|
Loading…
Reference in a new issue