aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/cruise.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2009-05-31 11:37:21 +0000
committerPaul Gilbert2009-05-31 11:37:21 +0000
commit555d4038cc053c0c914dd1cb56746066446a1386 (patch)
treec70331c16c750f21f3d4e168ac58bb0fe0e0736b /engines/cruise/cruise.cpp
parentf94025f482ae9231dad845fcaeb9f08a5ad37746 (diff)
downloadscummvm-rg350-555d4038cc053c0c914dd1cb56746066446a1386.tar.gz
scummvm-rg350-555d4038cc053c0c914dd1cb56746066446a1386.tar.bz2
scummvm-rg350-555d4038cc053c0c914dd1cb56746066446a1386.zip
Slowed down the game to match the original, and introduced the ability to alter game speed using the keypad +/- keys
svn-id: r41064
Diffstat (limited to 'engines/cruise/cruise.cpp')
-rw-r--r--engines/cruise/cruise.cpp2
1 files changed, 2 insertions, 0 deletions
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; */