From: Rudolf Polzer Date: Sun, 12 Feb 2012 10:44:37 +0000 (+0100) Subject: clarify and fix FIXME comment X-Git-Tag: xonotic-v0.6.0~70^2~4^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=33936c2bbf0b4269b44cb0aa5536ccb25bdfb21f;p=xonotic%2Fxonotic-data.pk3dir.git clarify and fix FIXME comment --- diff --git a/qcsrc/warpzonelib/server.qc b/qcsrc/warpzonelib/server.qc index 12fbf49a6..dfc30bdfd 100644 --- a/qcsrc/warpzonelib/server.qc +++ b/qcsrc/warpzonelib/server.qc @@ -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;