aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/files.h
diff options
context:
space:
mode:
authorStrangerke2013-04-03 23:57:38 +0200
committerStrangerke2013-04-03 23:58:11 +0200
commit4b21ec23d0e445d8364bcab5732318734f4c27cc (patch)
tree9b6236f189d1e767a2eeda0aa0b499db9f75ee30 /engines/hopkins/files.h
parentf019d5a4881c8ee42fa36ef0613d9e82b3b36297 (diff)
downloadscummvm-rg350-4b21ec23d0e445d8364bcab5732318734f4c27cc.tar.gz
scummvm-rg350-4b21ec23d0e445d8364bcab5732318734f4c27cc.tar.bz2
scummvm-rg350-4b21ec23d0e445d8364bcab5732318734f4c27cc.zip
HOPKINS: Refactor searchCat to remove the use of g_PTRNUL, add a parameter to clarify the result of the function
Diffstat (limited to 'engines/hopkins/files.h')
-rw-r--r--engines/hopkins/files.h2
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);
};