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