Should fix "double-animation" glitch during boulder falls.

This commit is contained in:
Sakse Dalum 2012-08-09 17:05:09 +02:00
parent 58cfb15c21
commit 28b89bc191
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Boulder(worldobject.WorldObject):
self.ignore_list.append(player.Player)
def fall(self, setting):
if setting:
if setting and not self.falling:
self.frame = 0
self.falling = True