aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/phantom_scenes4.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/phantom/phantom_scenes4.h')
-rw-r--r--engines/mads/phantom/phantom_scenes4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/phantom/phantom_scenes4.h b/engines/mads/phantom/phantom_scenes4.h
index ed35d7733b..eb3c1bd98f 100644
--- a/engines/mads/phantom/phantom_scenes4.h
+++ b/engines/mads/phantom/phantom_scenes4.h
@@ -50,7 +50,7 @@ protected:
*/
void setPlayerSpritesPrefix();
public:
- Scene4xx(MADSEngine *vm) : PhantomScene(vm) { _game._player._scalingVelocity = true; }
+ Scene4xx(MADSEngine *vm) : PhantomScene(vm) {}
};
class Scene401 : public Scene4xx {