Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/BattleEngine.py
diff options
context:
space:
mode:
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 bce9512..195dc42 100644
--- a/MAFH2/BattleEngine.py
+++ b/MAFH2/BattleEngine.py
@@ -411,7 +411,7 @@ class BattleEngine(GameEngineElement):
# We don't want to allow other things to run during battle
return True
- def draw(self,screen,time_delta):
+ def draw(self):
x=250
y=150
i = 1