mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +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) {
|
if (fsh[f].zipFile == qtrue) {
|
||||||
//FIXME: this is incomplete and really, really
|
//FIXME: this is incomplete and really, really
|
||||||
//crappy (but better than what was here before)
|
//crappy (but better than what was here before)
|
||||||
byte buffer[PK3_SEEK_BUFFER_SIZE];
|
byte buffer[PK3_SEEK_BUFFER_SIZE];
|
||||||
int remainder = offset;
|
int remainder = offset;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue