diff --git a/PlayerState.py b/PlayerState.py index 3278189..cab9f55 100644 --- a/PlayerState.py +++ b/PlayerState.py @@ -73,6 +73,7 @@ class PlayerState: self.bonusTime = config.BEGINNING_BONUS_TIME self.reset() + self.specialDisplay.printScore() def enableTiming(self): if config.BONUS_TIME_ALGORITHM == config.BONUS_TIME_ALGORITHM_OPTIONS.RANDOM: