aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-17 18:54:39 -0400
committerPaul Gilbert2015-06-17 18:54:39 -0400
commited6c10e022e5bf505447e7b884343bfde96e85b2 (patch)
treebdba50c6c52cf95d27c87d2c6690f7433ff1643d /engines/sherlock/scalpel/scalpel_scene.h
parent3bde2238cd085f378d2e10655ab46554ce7d05a6 (diff)
downloadscummvm-rg350-ed6c10e022e5bf505447e7b884343bfde96e85b2.tar.gz
scummvm-rg350-ed6c10e022e5bf505447e7b884343bfde96e85b2.tar.bz2
scummvm-rg350-ed6c10e022e5bf505447e7b884343bfde96e85b2.zip
SHERLOCK: RT: Implement lookatObject and printObjectDesc
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_scene.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_scene.h b/engines/sherlock/scalpel/scalpel_scene.h
index f79892e4e6..77e86cf9cf 100644
--- a/engines/sherlock/scalpel/scalpel_scene.h
+++ b/engines/sherlock/scalpel/scalpel_scene.h
@@ -81,7 +81,7 @@ public:
* @param playRate Play rate. 0 is invalid; 1=normal speed, 2=1/2 speed, etc.
* A negative playRate can also be specified to play the animation in reverse
*/
- virtual int startCAnim(int cAnimNum, int playRate);
+ virtual int startCAnim(int cAnimNum, int playRate = 1);
};
} // End of namespace Scalpel