projects
/
python-bulletml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16023be
)
Fix reference quotation.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Thu, 18 Mar 2010 06:47:42 +0000
(23:47 -0700)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Thu, 18 Mar 2010 06:47:42 +0000
(23:47 -0700)
bulletml/impl.py
patch
|
blob
|
history
diff --git
a/bulletml/impl.py
b/bulletml/impl.py
index 26b95804230b9f76877f5d41bfdf5ed841b1443f..358aae1a1c192a60d8c4567aa5ddf63b6821a321 100644
(file)
--- a/
bulletml/impl.py
+++ b/
bulletml/impl.py
@@
-145,9
+145,9
@@
class Action(object):
elif type == "relative":
# The reference Noiz implementation uses
# prvFireSpeed here, but the standard is
- # pretty clear -- "
0 means that the direction
- #
of this fire and the direction of the bullet
- #
are the same".
+ # pretty clear -- "
In case of the type is
+ #
"relative", ... the speed is relative to the
+ #
speed of this bullet."
speed += owner.speed
else:
speed = 1