Fix reference quotation.
[python-bulletml.git] / bulletml / impl.py
index 26b9580..358aae1 100644 (file)
@@ -145,9 +145,9 @@ class Action(object):
                     elif type == "relative":
                         # The reference Noiz implementation uses
                         # prvFireSpeed here, but the standard is
                     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
                         speed += owner.speed
                 else:
                     speed = 1