Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/grid.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-10-10 00:37:35 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-10 00:37:35 (GMT)
commit4becda4ebee33ba456d9d55dd118879f9681c0ee (patch)
treefa067ecd6ce11e0fbebfc31389aa8248eb7a27fc /grid.py
parentf4e9be649585977bda66bcdafda9f25fb894c38d (diff)
cleaned up some silly errors
Diffstat (limited to 'grid.py')
-rw-r--r--grid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid.py b/grid.py
index 6565a68..094863d 100644
--- a/grid.py
+++ b/grid.py
@@ -60,7 +60,7 @@ class Grid:
# swap in/out the blank card
def toggle_blank(self):
- self.swap(6,9)
+ self.swap(3,9)
# swap card a and card b
# swap their entries in the grid and the position of their sprites