aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/script_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/script_manager.cpp')
-rw-r--r--engines/zvision/script_manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/script_manager.cpp b/engines/zvision/script_manager.cpp
index e30861aa98..ddb57c80da 100644
--- a/engines/zvision/script_manager.cpp
+++ b/engines/zvision/script_manager.cpp
@@ -516,10 +516,10 @@ void ScriptManager::do_changeLocation() {
_engine->getCursorManager()->changeCursor(CursorIndex_Idle);
// Reset the background velocity
- _engine->getRenderManager()->setBackgroundVelocity(0);
+ //_engine->getRenderManager()->setBackgroundVelocity(0);
// Remove any alphaEntries
- _engine->getRenderManager()->clearAlphaEntries();
+ //_engine->getRenderManager()->clearAlphaEntries();
// Change the background position
_engine->getRenderManager()->setBackgroundPosition(_nextLocation.offset);