La tabla de puntuacions ja mostra aquelles aconseguides amb 1CC

This commit is contained in:
2025-02-05 15:15:48 +01:00
parent 7e2021da70
commit 6f594b9a1f
8 changed files with 22 additions and 17 deletions

View File

@@ -311,7 +311,7 @@ private:
void pause(bool value);
// Añade una puntuación a la tabla de records
void addScoreToScoreBoard(const std::string &name, int score);
void addScoreToScoreBoard(const std::string &name, int score, bool one_credit_continue);
// Saca del estado de GAME OVER al jugador si el otro está activo
void checkAndUpdatePlayerStatus(int active_player_index, int inactive_player_index);