Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/BattleEngine.py
diff options
context:
space:
mode:
authorjlew <jlew.blackout@gmail.com>2010-06-30 18:48:22 (GMT)
committer jlew <jlew.blackout@gmail.com>2010-06-30 18:48:22 (GMT)
commit0e56fe4b7dc23a2e51e670667aad7d497b909c18 (patch)
tree197bfb7f24a788dc7a71116cdd54c9bc3dc6604c /MAFH2/BattleEngine.py
parentd49874ca5aa21fd8c0e648821d429bfcc48e5ded (diff)
Updated draw api (ticket #34)
Diffstat (limited to 'MAFH2/BattleEngine.py')
-rw-r--r--MAFH2/BattleEngine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAFH2/BattleEngine.py b/MAFH2/BattleEngine.py
index 8ae89aa..00c657c 100644
--- a/MAFH2/BattleEngine.py
+++ b/MAFH2/BattleEngine.py
@@ -310,7 +310,7 @@ class BattleEngine(GameEngineElement):
# We don't want to allow other things to run during battle
return True
- def draw(self, screen):
+ def draw(self,screen,time_delta):
x=250
y=150
i = 1