aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/3do/scalpel_3do_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/scalpel/3do/scalpel_3do_screen.h')
-rw-r--r--engines/sherlock/scalpel/3do/scalpel_3do_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/3do/scalpel_3do_screen.h b/engines/sherlock/scalpel/3do/scalpel_3do_screen.h
index 422f588b17..71674803ba 100644
--- a/engines/sherlock/scalpel/3do/scalpel_3do_screen.h
+++ b/engines/sherlock/scalpel/3do/scalpel_3do_screen.h
@@ -42,7 +42,7 @@ protected:
/**
* Draws a surface at a given position within this surface with transparency
*/
- virtual void transBlitFromUnscaled(const Graphics::Surface &src, const Common::Point &pt, bool flipped,
+ virtual void transBlitFromUnscaled(const Graphics::Surface &src, const Common::Point &pt, bool flipped,
int overrideColor);
public:
Scalpel3DOScreen(SherlockEngine *vm);