diff gamelib/scenes/mess.py @ 519:8f3c82c685a4

Fix is_interactive() by adding tool param.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 07 Sep 2010 18:13:35 +0200
parents 9f488671c02e
children 821b322e903b
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Tue Sep 07 17:05:51 2010 +0200
+++ b/gamelib/scenes/mess.py	Tue Sep 07 18:13:35 2010 +0200
@@ -248,7 +248,7 @@
 
     HISS = get_sound('boomslang.ogg')
 
-    def is_interactive(self):
+    def is_interactive(self, tool=None):
         return False
 
     def animate(self):