From debe270d6f5595f5dbf50a8c7e7eeb888c247f8d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 13 Jun 2015 11:38:12 -0400 Subject: SHERLOCK: RT: Implemented handleInput method --- engines/sherlock/tattoo/tattoo.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sherlock/tattoo/tattoo.cpp') 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() { -- cgit v1.2.3