]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
again, fields work better when declared
authorRudolf Polzer <divVerent@alientrap.org>
Fri, 17 Sep 2010 12:34:04 +0000 (14:34 +0200)
committerRudolf Polzer <divVerent@alientrap.org>
Fri, 17 Sep 2010 12:34:04 +0000 (14:34 +0200)
qcsrc/client/hook.qc

index b22dba82585a8679d5183de375a0c54354e68f4e..3e3d11cbc23d521f1ff7975adfd3f897b139d2b6 100644 (file)
@@ -53,6 +53,7 @@ void Draw_GrapplingHook_trace_callback(vector start, vector hit, vector end)
        Draw_GrapplingHook_trace_callback_rnd += 0.25 * vlen(hit - start) / 8;
 }
 
+.float teleport_time;
 void Draw_GrapplingHook()
 {
        vector a, b, atrans;