From 6a34a1d58f1936e139f58c8f1ec99a36445e2aa9 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 10 Nov 2015 09:21:19 +0100 Subject: MADS: Phantom: Add a comment about changing section --- engines/mads/phantom/phantom_scenes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') 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; -- cgit v1.2.3