aboutsummaryrefslogtreecommitdiff
path: root/engines/access/player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/player.cpp')
-rw-r--r--engines/access/player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/player.cpp b/engines/access/player.cpp
index f56bd69533..828be0135d 100644
--- a/engines/access/player.cpp
+++ b/engines/access/player.cpp
@@ -38,7 +38,7 @@ Player *Player::init(AccessEngine *vm) {
}
}
-Player::Player(AccessEngine *vm): Manager(vm), ImageEntry() {
+Player::Player(AccessEngine *vm) : Manager(vm), ImageEntry() {
Common::fill(&_walkOffRight[0], &_walkOffRight[PLAYER_DATA_COUNT], 0);
Common::fill(&_walkOffLeft[0], &_walkOffLeft[PLAYER_DATA_COUNT], 0);
Common::fill(&_walkOffUp[0], &_walkOffUp[PLAYER_DATA_COUNT], 0);