From: Joe Wreschnig Date: Thu, 18 Mar 2010 06:47:42 +0000 (-0700) Subject: Fix reference quotation. X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=commitdiff_plain;h=62bfd556a69becf6b23715a150accac703af9058;hp=16023be19df43f8b8acc4671e0fabdeffb0e720a Fix reference quotation. --- diff --git a/bulletml/impl.py b/bulletml/impl.py index 26b9580..358aae1 100644 --- 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