diff options
Diffstat (limited to 'engines/mads/phantom')
-rw-r--r-- | engines/mads/phantom/phantom_scenes1.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/phantom/phantom_scenes1.cpp b/engines/mads/phantom/phantom_scenes1.cpp index 6b05fee5a7..be05e37c8f 100644 --- a/engines/mads/phantom/phantom_scenes1.cpp +++ b/engines/mads/phantom/phantom_scenes1.cpp @@ -112,7 +112,8 @@ void Scene1xx::setPlayerSpritesPrefix() { if (oldName != _game._player._spritesPrefix) _game._player._spritesChanged = true; - _game._player._scalingVelocity = true;} + _game._player._scalingVelocity = true; +} /*------------------------------------------------------------------------*/ |