magic numbers: game.cpp i player.cpp (en progres)

This commit is contained in:
2025-09-18 13:15:43 +02:00
parent cb7b290818
commit 0c0518adac
3 changed files with 270 additions and 47 deletions

View File

@@ -1354,7 +1354,7 @@ void Game::handleFireInput(const std::shared_ptr<Player> &player, BulletType bul
cant_fire_counter = NORMAL_COOLDOWN;
}
player->setCantFireCounter(cant_fire_counter);
player->startFiringNewSystem(cant_fire_counter); // Usar nuevo sistema de dos líneas
}
}