aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/sprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/sprite.cpp')
-rw-r--r--engines/m4/sprite.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/m4/sprite.cpp b/engines/m4/sprite.cpp
index d3299ff699..d8d21bc34d 100644
--- a/engines/m4/sprite.cpp
+++ b/engines/m4/sprite.cpp
@@ -171,4 +171,10 @@ void M4Sprite::loadMadsSprite(Common::SeekableReadStream* source) {
}
}
+byte M4Sprite::getTransparentColor() const {
+ // FIXME: We assume that the transparent color is the color of the
+ // top left pixel.
+ return *getBasePtr(0, 0);
+}
+
} // End of namespace M4