]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix a compile error
authorRudolf Polzer <divverent@xonotic.org>
Fri, 8 Jul 2011 22:39:27 +0000 (00:39 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 8 Jul 2011 22:39:27 +0000 (00:39 +0200)
qcsrc/server/tturrets/include/turrets_early.qh

index 46f1e5c2c5b6503eaf5239a845b38524e75a815d..d52c00307c0474f5ff59b7a6e81c0ddf79291826 100644 (file)
@@ -479,6 +479,7 @@ float TNSF_SETUP        = 8;
 float TNSF_ANG          = 16;
 float TNSF_AVEL         = 32;
 float TNSF_MOVE         = 64;
+.float anim_start_time;
 float TNSF_ANIM         = 128;
 
 float TNSF_FULL_UPDATE  = 16777215;