aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/image_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/image_file.h')
-rw-r--r--engines/sherlock/image_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/image_file.h b/engines/sherlock/image_file.h
index 5cdf1db4be..ddca4b883e 100644
--- a/engines/sherlock/image_file.h
+++ b/engines/sherlock/image_file.h
@@ -135,7 +135,7 @@ private:
void loadAnimationFile(Common::SeekableReadStream &stream);
public:
- ImageFile3DO(const Common::String &name);
+ ImageFile3DO(const Common::String &name, bool isRoomDataFormat = false);
ImageFile3DO(Common::SeekableReadStream &stream, bool isRoomData = false);
~ImageFile3DO();
static void setVm(SherlockEngine *vm);