aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-13 11:38:12 -0400
committerPaul Gilbert2015-06-13 11:38:12 -0400
commitdebe270d6f5595f5dbf50a8c7e7eeb888c247f8d (patch)
tree1dbb7e4d1d64d4e80fffbaa57f72cfc50fe27ab6 /engines/sherlock/tattoo/tattoo.cpp
parentcacf8fbcb0939f34eecc1b982b767f198a7bed16 (diff)
downloadscummvm-rg350-debe270d6f5595f5dbf50a8c7e7eeb888c247f8d.tar.gz
scummvm-rg350-debe270d6f5595f5dbf50a8c7e7eeb888c247f8d.tar.bz2
scummvm-rg350-debe270d6f5595f5dbf50a8c7e7eeb888c247f8d.zip
SHERLOCK: RT: Implemented handleInput method
Diffstat (limited to 'engines/sherlock/tattoo/tattoo.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo.cpp b/engines/sherlock/tattoo/tattoo.cpp
index 60803c7fbb..60705f6016 100644
--- a/engines/sherlock/tattoo/tattoo.cpp
+++ b/engines/sherlock/tattoo/tattoo.cpp
@@ -34,6 +34,8 @@ TattooEngine::TattooEngine(OSystem *syst, const SherlockGameDescription *gameDes
SherlockEngine(syst, gameDesc) {
_creditsActive = false;
_runningProlog = false;
+ _fastMode = false;
+ _allowFastMode = true;
}
void TattooEngine::showOpening() {