Mercurial > libervia-backend
diff frontends/wix/card_game.py @ 97:01d7bd6f0e86
removed forgotten autoplay hack
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Jun 2010 16:00:09 +0930 |
parents | be206a3d1a9b |
children | 63c9067a1499 |
line wrap: on
line diff
--- a/frontends/wix/card_game.py Wed Jun 02 15:59:13 2010 +0930 +++ b/frontends/wix/card_game.py Wed Jun 02 16:00:09 2010 +0930 @@ -175,14 +175,6 @@ self.to_show = [] self.state = "play" - #tmp gof: FIXME - card = self.hand[-1] - self.parent.host.bridge.tarotGamePlayCards(self.player_nick, self.referee, [(card.suit, card.value)], profile_key = self.parent.host.profile) - del self.hand[-1] - self.state = "wait" - self._recalc_ori() - self.Refresh() - def showScores(self, xml_data, winners, loosers): """Called when the player as to select hist contrat @param xml_data: SàT xml representation of the form"""