aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
diff options
context:
space:
mode:
authorStrangerke2015-11-10 09:21:19 +0100
committerStrangerke2015-11-10 09:21:19 +0100
commit6a34a1d58f1936e139f58c8f1ec99a36445e2aa9 (patch)
tree11df34cbf2896c84f411e649196917f173315d08 /engines/mads
parent7fb2ec93662823fdfe14221d308e3a53d5cb4f6a (diff)
downloadscummvm-rg350-6a34a1d58f1936e139f58c8f1ec99a36445e2aa9.tar.gz
scummvm-rg350-6a34a1d58f1936e139f58c8f1ec99a36445e2aa9.tar.bz2
scummvm-rg350-6a34a1d58f1936e139f58c8f1ec99a36445e2aa9.zip
MADS: Phantom: Add a comment about changing section
Diffstat (limited to 'engines/mads')
-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;