aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/phantom/phantom_scenes.cpp')
-rw-r--r--engines/mads/phantom/phantom_scenes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/phantom/phantom_scenes.cpp b/engines/mads/phantom/phantom_scenes.cpp
index 344601f53d..f7a7153fbe 100644
--- a/engines/mads/phantom/phantom_scenes.cpp
+++ b/engines/mads/phantom/phantom_scenes.cpp
@@ -41,6 +41,7 @@ namespace Phantom {
SceneLogic *SceneFactory::createScene(MADSEngine *vm) {
Scene &scene = vm->_game->_scene;
+ // When changing from one section to the other, set the scaling velocity
if ((scene._nextSceneId / 100) != (scene._priorSceneId / 100))
vm->_game->_player._scalingVelocity = true;