From e9189b57b3133f603314799d663c0e96231477f8 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 11 Mar 2014 07:52:46 +0100 Subject: CGE: Get rid of a magic value in file seek --- engines/cge/fileio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge/fileio.h') diff --git a/engines/cge/fileio.h b/engines/cge/fileio.h index 77404fb552..059d2c9a44 100644 --- a/engines/cge/fileio.h +++ b/engines/cge/fileio.h @@ -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); -- cgit v1.2.3