mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Bleh.. whitespace
This commit is contained in:
parent
387d8041ce
commit
82893aebc9
1 changed files with 2 additions and 2 deletions
|
@ -1384,8 +1384,8 @@ int FS_Seek( fileHandle_t f, long offset, int origin ) {
|
|||
}
|
||||
|
||||
if (fsh[f].zipFile == qtrue) {
|
||||
//FIXME: this is incomplete and really, really
|
||||
//crappy (but better than what was here before)
|
||||
//FIXME: this is incomplete and really, really
|
||||
//crappy (but better than what was here before)
|
||||
byte buffer[PK3_SEEK_BUFFER_SIZE];
|
||||
int remainder = offset;
|
||||
|
||||
|
|
Loading…
Reference in a new issue