mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
CGE: Get rid of a magic value in file seek
This commit is contained in:
parent
2822df856d
commit
e9189b57b3
@ -92,7 +92,7 @@ public:
|
||||
ResourceManager();
|
||||
~ResourceManager();
|
||||
uint16 read(byte *buf, uint16 length);
|
||||
bool seek(int32 offs, int whence = 0);
|
||||
bool seek(int32 offs, int whence = SEEK_SET);
|
||||
|
||||
BtKeypack *find(const char *key);
|
||||
bool exist(const char *name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user