aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/msprite.h')
-rw-r--r--engines/mads/msprite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/msprite.h b/engines/mads/msprite.h
index c49aac4fba..c454597a3a 100644
--- a/engines/mads/msprite.h
+++ b/engines/mads/msprite.h
@@ -97,8 +97,8 @@ struct SpriteFrameHeader {
class MSprite {
public:
- MSprite *init(MSurface &s);
- MSprite *init(Common::SeekableReadStream *source, const Common::Point &offset, int widthVal,
+ static MSprite *init(MSurface &s);
+ static MSprite *init(Common::SeekableReadStream *source, const Common::Point &offset, int widthVal,
int heightVal, bool decodeRle = true, uint8 encodingVal = 0);
protected:
static MADSEngine *_vm;