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

@@ -232,7 +232,7 @@ public:
int getWidth() const { return WIDTH_; }
PlayerState getPlayingState() const { return playing_state_; }
std::string getName() const { return name_; }
bool get1CC() const { return game_completed_ && credits_used_ == 0; }
bool get1CC() const { return game_completed_ && credits_used_ == 1; }
// Setters
void setController(int index) { controller_index_ = index; }