fix: un vuelo rasante havia trencat els credits

This commit is contained in:
2025-01-04 14:27:37 +01:00
parent 81ee352553
commit 7b6d429bed
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ void Player::init()
pos_y_ = default_pos_y_;
walking_state_ = PlayerState::WALKING_STOP;
firing_state_ = PlayerState::FIRING_NONE;
setPlayingState(PlayerState::WAITING);
playing_state_ = PlayerState::WAITING;
invulnerable_ = true;
invulnerable_counter_ = INVULNERABLE_COUNTER_;
power_up_ = false;