Skip to content

Commit

Permalink
Fix because this wasnt reset to the default before and effected some …
Browse files Browse the repository at this point in the history
…peoples rockmeters if used.
  • Loading branch information
mdsitton committed Aug 7, 2011
1 parent de63e27 commit 91e59a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GuitarScene.py
Original file line number Diff line number Diff line change
Expand Up @@ -2106,6 +2106,7 @@ def resetVariablesToDefaults(self):
self.song.readyToGo = False
self.countdownSeconds = 3 #MFH - This needs to be reset for song restarts, too!
self.countdown = float(self.countdownSeconds) * self.songBPS
self.countdownOK = False
self.scaleText = [0.0 for i in self.playerList]
self.displayText = [None for i in self.playerList]
self.displayTextScale = [0.0 for i in self.playerList]
Expand Down

0 comments on commit 91e59a1

Please sign in to comment.