Mercurial > libervia-backend
diff frontends/quick_frontend/quick_card_game.py @ 185:fd2db62ea5eb
minor deletions
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 18 Aug 2010 16:11:01 +0800 |
parents | ae50b53ff868 |
children |
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_card_game.py Wed Aug 18 16:07:38 2010 +0800 +++ b/frontends/quick_frontend/quick_card_game.py Wed Aug 18 16:11:01 2010 +0800 @@ -128,7 +128,7 @@ if self.to_show: self.to_show = [] pl_cards = [] - if self.played[player] != None: #gof: à supprimer + if self.played[player] != None: #FIXME for pl in self.played: self.played[pl] = None for suit, value in cards: