aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/player.cpp')
-rw-r--r--engines/mads/player.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/player.cpp b/engines/mads/player.cpp
index 077771306e..aaef9dffdf 100644
--- a/engines/mads/player.cpp
+++ b/engines/mads/player.cpp
@@ -32,7 +32,8 @@ const int Player::_directionListIndexes[32] = {
0, 7, 4, 3, 6, 0, 2, 5, 0, 1, 9, 4, 1, 2, 7, 9, 3, 8, 9, 6, 7, 2, 3, 6, 1, 7, 9, 4, 7, 8, 0, 0
};
-Player::Player(MADSEngine *vm): _vm(vm) {
+Player::Player(MADSEngine *vm)
+ : _vm(vm) {
_action = nullptr;
_facing = FACING_NORTH;
_turnToFacing = FACING_NORTH;