X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fimpl.py;h=0548b9d1392f1c858bf71ebcc6723b1f8d22072d;hp=8508896a83a0412789326e50e86b05c3185fff4b;hb=bbceff0f5dafcfc18237d391da56790b57b74eee;hpb=72d08f5c5c38da987a496f344e88e51fb956d6a6 diff --git a/bulletml/impl.py b/bulletml/impl.py index 8508896..0548b9d 100644 --- a/bulletml/impl.py +++ b/bulletml/impl.py @@ -245,8 +245,7 @@ class Action(object): elif isinstance(action, parser.Wait): self.wait_frames = action(s_params, rank) - if self.wait_frames: - break + break elif isinstance(action, parser.Vanish): owner.vanish()