Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/card.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-12-05 21:52:23 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-12-05 21:52:23 (GMT)
commitc2daa3ea24f91bbf3daa5711d0b5971a587eb610 (patch)
tree26a010a4ed194d14e80916d24e465c70aa9f785b /card.py
parent7cd15de24ee4f27a392129dbddfaf7d1c27cf156 (diff)
automated dealing of extra cards
Diffstat (limited to 'card.py')
-rw-r--r--card.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/card.py b/card.py
index 6915ab1..a2888eb 100644
--- a/card.py
+++ b/card.py
@@ -50,11 +50,6 @@ class Card:
tw.card_w*tw.scale,
tw.card_h*tw.scale))
self.index = SELECTMASK
- elif shape == PLAYMASK:
- self.spr = sprNew(tw,0,0,self.load_image(tw.path+"play",
- tw.card_w*tw.scale,
- tw.card_h*tw.scale))
- self.index = PLAYMASK
elif shape == MATCHMASK:
self.spr = sprNew(tw,0,0,self.load_image(tw.path+"match",
tw.card_w*tw.scale,