]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
document what is actually in teleport_time
authorRudolf Polzer <divVerent@xonotic.org>
Fri, 22 Apr 2011 09:21:12 +0000 (11:21 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Fri, 22 Apr 2011 09:21:12 +0000 (11:21 +0200)
qcsrc/server/sys.qh

index 75a59850486a69443deca1a5944ea7fa3abb144c..98ac726ba8c99301f85473e3f0637d92bd69e175 100644 (file)
@@ -116,7 +116,7 @@ void                end_sys_globals;
 .float         colormap;
 .float         team;
 .float         max_health;
 .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;
 .float         armortype;
 .float         armorvalue;
 .float         waterlevel;