Skip to content

Commit

Permalink
Party leftovers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Sep 14, 2015
1 parent 61299ad commit a9669fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fofix/game/guitarscene/GuitarScene.py
Expand Up @@ -383,7 +383,6 @@ def restartSong(self, firstTime = False): #QQstarS: Fix this function
# before the song begins


self.partySwitch = 0
for instrument in self.instruments:
if instrument.isVocal:
instrument.stopMic()
Expand All @@ -405,7 +404,6 @@ def restartAfterFail(self): #QQstarS: Fix this function
if not self.song:
return

self.partySwitch = 0
for i,instrument in enumerate(self.instruments):
if instrument.isVocal:
instrument.stopMic()
Expand Down Expand Up @@ -652,7 +650,6 @@ def __init__(self, engine, libraryName, songName):
superClass = super(GuitarScene, self)
superClass.__init__(engine, libraryName, songName)

self.partyMode = False
self.battle = False #QQstarS:new2 Bettle
self.battleGH = False #Qstick
self.coOp = False
Expand Down Expand Up @@ -684,7 +681,7 @@ def __init__(self, engine, libraryName, songName):

if self.gameMode1p == 1:
self.practiceMode = True

if self.gamePlayers > 1:
#MFH - check for battle mode
if self.gameMode2p == 1:
Expand Down

0 comments on commit a9669fd

Please sign in to comment.