From 7c39b844b8f635b8267ce50d22e74090e355ff0e Mon Sep 17 00:00:00 2001 From: Scott Thomas Date: Thu, 7 Apr 2011 23:36:17 +0930 Subject: GROOVIE: Add additional play-speed modes to T7G. These two speed modes enable faster movement throughout the mansion. iOS mode matches the behavior of the official iOS release while tweaked mode additionally uses original framerate for 'teeth' animations. --- engines/groovie/script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/groovie/script.h') diff --git a/engines/groovie/script.h b/engines/groovie/script.h index cda87a8917..2360d45744 100644 --- a/engines/groovie/script.h +++ b/engines/groovie/script.h @@ -75,6 +75,7 @@ private: Common::RandomSource _random; bool _firstbit; + uint8 _lastCursor; // Script filename (for debugging purposes) Common::String _scriptFile; -- cgit v1.2.3