From: Rudolf Polzer Date: Fri, 22 Apr 2011 09:21:12 +0000 (+0200) Subject: document what is actually in teleport_time X-Git-Tag: xonotic-v0.5.0~264^2~30 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c6a09d45eb43d6a294b9053b03d231040ae630e2;p=xonotic%2Fxonotic-data.pk3dir.git document what is actually in teleport_time --- diff --git a/qcsrc/server/sys.qh b/qcsrc/server/sys.qh index 75a598504..98ac726ba 100644 --- a/qcsrc/server/sys.qh +++ b/qcsrc/server/sys.qh @@ -116,7 +116,7 @@ void end_sys_globals; .float colormap; .float team; .float max_health; -.float teleport_time; +.float teleport_time; // movement input is blocked till that time; set e.g. by waterjump logic - BUT, movement and friction still takes place .float armortype; .float armorvalue; .float waterlevel;