Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'window.py')
-rw-r--r--window.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.py b/window.py
index db7e8b7..ce66e30 100644
--- a/window.py
+++ b/window.py
@@ -118,6 +118,8 @@ def new_game(vmw,cardtype):
vmw.deck = Deck(vmw)
vmw.deck.shuffle()
vmw.grid.deal(vmw)
+ if find_a_match(vmw) is False:
+ vmw.grid.deal_extra_cards(vmw)
vmw.matches = 0
vmw.total_time = 0
set_label(vmw, "deck", "%d %s" %