diff frontends/quick_frontend/quick_app.py @ 150:63d20bda5754

Primitivus: Tarot game Tarot game is now playable, scores are not showed yet.
author Goffi <goffi@goffi.org>
date Wed, 28 Jul 2010 19:58:10 +0800
parents 80661755ea8d
children 2fa58703f1b7
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_app.py	Wed Jul 28 19:56:56 2010 +0800
+++ b/frontends/quick_frontend/quick_app.py	Wed Jul 28 19:58:10 2010 +0800
@@ -316,7 +316,7 @@
             return
         debug (_("My turn to play"))
         if self.chat_wins.has_key(room_jid):
-            self.chat_wins[room_jid].getGame("Tarot").MyTurn()
+            self.chat_wins[room_jid].getGame("Tarot").myTurn()
     
     def tarotScore(self, room_jid, xml_data, winners, loosers, profile): 
         """Called when the game is finished and the score are updated"""