diff options
Diffstat (limited to 'src/core/player.cc')
-rw-r--r-- | src/core/player.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/player.cc b/src/core/player.cc index fafb052..1a610ca 100644 --- a/src/core/player.cc +++ b/src/core/player.cc @@ -15,6 +15,7 @@ namespace core Player::Player() { + player_control = 0; clear(); } @@ -34,6 +35,7 @@ void Player::clear() player_mute = false; clear_assets(); + player_control = 0; } void Player::set_control(EntityControlable *entitycontrolable) |