diff options
Diffstat (limited to 'engines/sherlock/scene.h')
-rw-r--r-- | engines/sherlock/scene.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h index 665f5d28e4..78d41299e6 100644 --- a/engines/sherlock/scene.h +++ b/engines/sherlock/scene.h @@ -49,7 +49,7 @@ struct BgFileHeader { void load(Common::SeekableReadStream &s); }; -struct BgfileheaderInfo { +struct BgFileHeaderInfo { int _filesize; // How long images are int _maxFrames; // How many unique frames in object Common::String _filename; // Filename of object @@ -83,7 +83,7 @@ struct SceneSound { void load(Common::SeekableReadStream &s); }; -class ObjectArray: public Common::Array<Object> { +class ObjectArray : public Common::Array<Object> { public: int indexOf(const Object &obj) const; }; |