aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-16 22:42:19 -0400
committerPaul Gilbert2015-03-16 22:42:19 -0400
commit0ee3f1895f6b6dcf4bbb70ba309fb66d0ca39613 (patch)
treed46bcb7028a37a0eb61d7650db5ad0770d8adc87 /engines/sherlock/scalpel/scalpel.h
parentb762bebf27ce7c231dd17fc05bc32f72911e6ed5 (diff)
downloadscummvm-rg350-0ee3f1895f6b6dcf4bbb70ba309fb66d0ca39613.tar.gz
scummvm-rg350-0ee3f1895f6b6dcf4bbb70ba309fb66d0ca39613.tar.bz2
scummvm-rg350-0ee3f1895f6b6dcf4bbb70ba309fb66d0ca39613.zip
SHERLOCK: Beginnings of animation sequence loop
Diffstat (limited to 'engines/sherlock/scalpel/scalpel.h')
-rw-r--r--engines/sherlock/scalpel/scalpel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sherlock/scalpel/scalpel.h b/engines/sherlock/scalpel/scalpel.h
index 5da33e1d52..584bd78a20 100644
--- a/engines/sherlock/scalpel/scalpel.h
+++ b/engines/sherlock/scalpel/scalpel.h
@@ -31,10 +31,10 @@ namespace Scalpel {
class ScalpelEngine : public SherlockEngine {
private:
- void showCityCutscene();
- void showAlleyCutscene();
- void showStreetCutscene();
- void showOfficeCutscene();
+ bool showCityCutscene();
+ bool showAlleyCutscene();
+ bool showStreetCutscene();
+ bool showOfficeCutscene();
protected:
virtual void initialize();