From c2daa3ea24f91bbf3daa5711d0b5971a587eb610 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 05 Dec 2009 21:52:23 +0000 Subject: automated dealing of extra cards --- (limited to 'card.py') 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, -- cgit v0.9.1