Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-08-10 21:46:20 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-08-10 21:46:20 (GMT)
commit6ccd5beed59d9bff7a3f99480f97640077d266fd (patch)
tree724a4551f85c806aeaf590c2dd7781fddcf4ff02 /game.py
parent537846a05e414248289cca633dedaaa584459147 (diff)
added missing initializations
Diffstat (limited to 'game.py')
-rw-r--r--game.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/game.py b/game.py
index 25494b2..42ee08e 100644
--- a/game.py
+++ b/game.py
@@ -111,6 +111,9 @@ class Game():
self.match_display_area = []
self.smiley = None
self.clicked = [None, None, None]
+ self.numberC = 0
+ self.numberO = 0
+ self.word_lists = None
self.editing_word_list = False
self.editing_custom_cards = False
self.edit_card = None