La tabla de puntuacions ja mostra aquelles aconseguides amb 1CC
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user