]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
clarify and fix FIXME comment
authorRudolf Polzer <divverent@alientrap.org>
Sun, 12 Feb 2012 10:44:37 +0000 (11:44 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 12 Feb 2012 10:44:37 +0000 (11:44 +0100)
qcsrc/warpzonelib/server.qc

index 12fbf49a61c970556c0826631e154d145df2030a..dfc30bdfd569868c8d3f96f569fd521bae877e80 100644 (file)
@@ -379,7 +379,9 @@ float WarpZone_Projectile_Touch()
        // no further impacts if we teleported this frame!
        // this is because even if we did teleport, the engine still may raise
        // touch events for the previous location
-       // FIXME or not? engine now aborts moves on teleport, so this SHOULD not happen any more
+       // engine now aborts moves on teleport, so this SHOULD not happen any more
+       // but if this is called from TouchAreaGrid of the projectile moving,
+       // then this won't do
        if(time == self.warpzone_teleport_time)
                return TRUE;