Mercurial > touhou
comparison pytouhou/vm/eclrunner.py @ 359:130d258217f3
Fix crash in ECL's kill_enemies
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Mon, 09 Jul 2012 21:09:56 +0200 |
parents | 488c094ed51d |
children | d55a1843b2a7 |
comparison
equal
deleted
inserted
replaced
358:488c094ed51d | 359:130d258217f3 |
---|---|
759 life, bonus_dropped, die_score) | 759 life, bonus_dropped, die_score) |
760 | 760 |
761 | 761 |
762 @instruction(96) | 762 @instruction(96) |
763 def kill_enemies(self): | 763 def kill_enemies(self): |
764 self.game.kill_enemies() | 764 self._game.kill_enemies() |
765 | 765 |
766 | 766 |
767 @instruction(97) | 767 @instruction(97) |
768 def set_anim(self, script): | 768 def set_anim(self, script): |
769 self._enemy.set_anim(script) | 769 self._enemy.set_anim(script) |