aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel.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.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.h')
-rw-r--r--engines/sherlock/scalpel/scalpel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.h b/engines/sherlock/scalpel/scalpel.h
index 02397304e0..af4d72a7d7 100644
--- a/engines/sherlock/scalpel/scalpel.h
+++ b/engines/sherlock/scalpel/scalpel.h
@@ -150,7 +150,7 @@ public:
/**
* Play back a 3do movie
*/
- bool play3doMovie(const Common::String &filename, const Common::Point &pos, bool halfSize = false);
+ bool play3doMovie(const Common::String &filename, const Common::Point &pos, bool isPortrait = false);
};
} // End of namespace Scalpel