Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/BattleEngine.py
diff options
context:
space:
mode:
authorKevin Hockey <Blitzkev@gmail.com>2010-06-30 23:19:57 (GMT)
committer Kevin Hockey <Blitzkev@gmail.com>2010-06-30 23:19:57 (GMT)
commit3c8a280a570a0075493322ec44be5edacd22bf4e (patch)
tree4348cb6168ba036451e3ebe1a52b67cdf3668c6c /MAFH2/BattleEngine.py
parent2e2834a83bf5f6d2a2e6075181b6cfa447e868b9 (diff)
parentf093f32382b0dbe84eced165a001247468063106 (diff)
Merge branch 'master' of ssh://git.fedorahosted.org/git/fortune_hunter
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 85b1fe6..da1850e 100644
--- a/MAFH2/BattleEngine.py
+++ b/MAFH2/BattleEngine.py
@@ -312,7 +312,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