From 555d4038cc053c0c914dd1cb56746066446a1386 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 31 May 2009 11:37:21 +0000 Subject: Slowed down the game to match the original, and introduced the ability to alter game speed using the keypad +/- keys svn-id: r41064 --- engines/cruise/cruise.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/cruise/cruise.cpp') diff --git a/engines/cruise/cruise.cpp b/engines/cruise/cruise.cpp index 2ce5d55175..734f4b95c5 100644 --- a/engines/cruise/cruise.cpp +++ b/engines/cruise/cruise.cpp @@ -109,6 +109,8 @@ Common::Error CruiseEngine::run() { void CruiseEngine::initialize() { PCFadeFlag = 0; + _gameSpeed = GAME_FRAME_DELAY_1; + _speedFlag = false; /*volVar1 = 0; * fileData1 = 0; */ -- cgit v1.2.3