Skip to content

Commit

Permalink
Same value, rename another name for it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Sep 8, 2015
1 parent 1dc39ed commit 0117a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fofix/game/guitarscene/GuitarScene.py
Expand Up @@ -94,7 +94,7 @@ def __init__(self, engine, libraryName, songName):
self.countdownOK = False

#MFH - retrieve game parameters:
self.gamePlayers = len(self.engine.world.players)
self.gamePlayers = len(self.players)
self.gameMode1p = self.engine.world.gameMode
self.gameMode2p = self.engine.world.multiMode
self.lostFocusPause = self.engine.config.get("game", "lost_focus_pause")
Expand Down

0 comments on commit 0117a43

Please sign in to comment.