diff frontends/quick_frontend/quick_card_game.py @ 158:74aaf230a7c3

wix, quick_frontend: deactivated autoplay in Tarot game
author Goffi <goffi@goffi.org>
date Wed, 04 Aug 2010 17:53:20 +0800
parents 1d74c59a36a9
children ae50b53ff868
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_card_game.py	Wed Aug 04 12:01:07 2010 +0800
+++ b/frontends/quick_frontend/quick_card_game.py	Wed Aug 04 17:53:20 2010 +0800
@@ -101,7 +101,7 @@
         if self.state == "chien":
             self.to_show = []
         self.state = "play"
-        self.__fakePlay() #gof:
+        #self.__fakePlay() #gof:
                   
     def __fakePlay(self):
         """Convenience method for stupid autoplay
@@ -149,5 +149,5 @@
             self.hand.append(self.cards[suit, value])
         
         self.hand.sort()
-        self.__fakePlay() #gof:
+        #self.__fakePlay() #gof: