Skip to content

Commit

Permalink
MADS: Phantom: Fix coding style in Scene1xx
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 9, 2015
1 parent 7bd86b8 commit 8a74ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/mads/phantom/phantom_scenes1.cpp
Expand Up @@ -112,7 +112,8 @@ void Scene1xx::setPlayerSpritesPrefix() {
if (oldName != _game._player._spritesPrefix)
_game._player._spritesChanged = true;

_game._player._scalingVelocity = true;}
_game._player._scalingVelocity = true;
}

/*------------------------------------------------------------------------*/

Expand Down

0 comments on commit 8a74ec9

Please sign in to comment.