projects
/
python-bulletml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
72d08f5
)
Wait: Actually don't do anything special for wait frames of 0, as break-now-continue...
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Thu, 18 Mar 2010 08:40:09 +0000
(
01:40
-0700)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Thu, 18 Mar 2010 08:40:09 +0000
(
01:40
-0700)
bulletml/impl.py
patch
|
blob
|
history
diff --git
a/bulletml/impl.py
b/bulletml/impl.py
index 8508896a83a0412789326e50e86b05c3185fff4b..0548b9d1392f1c858bf71ebcc6723b1f8d22072d 100644
(file)
--- 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()