diff options
Diffstat (limited to 'engines/hopkins/files.h')
| -rw-r--r-- | engines/hopkins/files.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/hopkins/files.h b/engines/hopkins/files.h index 6d2904a21e..307c2f820a 100644 --- a/engines/hopkins/files.h +++ b/engines/hopkins/files.h @@ -49,7 +49,7 @@ public:  	byte *loadFile(const Common::String &file);  	int readStream(Common::ReadStream &stream, void *buf, size_t nbytes);  	void initCensorship(); -	byte *searchCat(const Common::String &file, CatMode mode); +	byte *searchCat(const Common::String &file, CatMode mode, bool &fileFoundFl);  	uint32 fileSize(const Common::String &filename);  }; | 
