aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_screen.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-09-13 17:08:12 -0400
committerPaul Gilbert2015-09-13 17:08:12 -0400
commit492166debe75bc392753561a4f995bbd72ca8b39 (patch)
tree474e8dc8c4e2902187d20a8b645203c77ba15feb /engines/sherlock/scalpel/scalpel_screen.h
parentfcbf84455ea3ced2335fbcb4b6b44f99d4232f28 (diff)
downloadscummvm-rg350-492166debe75bc392753561a4f995bbd72ca8b39.tar.gz
scummvm-rg350-492166debe75bc392753561a4f995bbd72ca8b39.tar.bz2
scummvm-rg350-492166debe75bc392753561a4f995bbd72ca8b39.zip
SHERLOCK: 3DO: Show portrait videos at full size when in hi-res mode
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_screen.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_screen.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sherlock/scalpel/scalpel_screen.h b/engines/sherlock/scalpel/scalpel_screen.h
index 15db24bbd2..d6018a44a0 100644
--- a/engines/sherlock/scalpel/scalpel_screen.h
+++ b/engines/sherlock/scalpel/scalpel_screen.h
@@ -79,9 +79,7 @@ public:
/**
* Draws a sub-section of a surface at a given position within this surface
*/
- void rawBlitFrom(const Graphics::Surface &src, const Common::Point &pt, const Common::Rect &srcBounds) {
- ScalpelScreen::blitFrom(src, pt, srcBounds);
- }
+ void rawBlitFrom(const Graphics::Surface &src, const Common::Point &pt);
/**
* Fade backbuffer 1 into screen (3DO RGB!)