Should fix "double-animation" glitch during boulder falls.
This commit is contained in:
parent
58cfb15c21
commit
28b89bc191
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue