aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/surface.h')
-rw-r--r--engines/sherlock/surface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/surface.h b/engines/sherlock/surface.h
index d55606ed82..7514c89122 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -75,13 +75,13 @@ public:
/**
* Draws an image frame at a given position within this surface with transparency
*/
- void SHtransBlitFrom(const ImageFrame &src, const Common::Point &pt,
+ virtual void SHtransBlitFrom(const ImageFrame &src, const Common::Point &pt,
bool flipped = false, int overrideColor = 0, int scaleVal = SCALE_THRESHOLD);
/**
* Draws an image frame at a given position within this surface with transparency
*/
- void SHtransBlitFrom(const Graphics::Surface &src, const Common::Point &pt,
+ virtual void SHtransBlitFrom(const Graphics::Surface &src, const Common::Point &pt,
bool flipped = false, int overrideColor = 0, int scaleVal = SCALE_THRESHOLD);
/**