diff options
-rw-r--r-- | engines/cruise/cruise.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/cruise.cpp b/engines/cruise/cruise.cpp index 3af77f3ef3..8cc45202e7 100644 --- a/engines/cruise/cruise.cpp +++ b/engines/cruise/cruise.cpp @@ -101,7 +101,6 @@ Common::Error CruiseEngine::run() { Cruise::changeCursor(Cruise::CURSOR_NORMAL); CursorMan.showMouse(true); - lastTick = 0; lastTickDebug = 0; @@ -130,6 +129,7 @@ void CruiseEngine::initialize() { // another bit of video init readVolCnf(); + _vm->_polyStruct = NULL; } void CruiseEngine::deinitialise() { |