]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Seeker: fix missing handling of hitting skybox
authorRudolf Polzer <divverent@xonotic.org>
Sat, 24 Sep 2011 14:34:43 +0000 (16:34 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 24 Sep 2011 14:34:43 +0000 (16:34 +0200)
qcsrc/server/w_seeker.qc

index 7071ed706bd8ffa483eb8ed364e567f0da45efbf..c108ba3cfa1707f3b69ea2135a93c4c92e58cbbd 100644 (file)
@@ -409,6 +409,8 @@ void Seeker_Tag_Touch()
        vector org2;
        entity e;
        
+       PROJECTILE_TOUCH;
+
        dir     = normalize (self.realowner.origin - self.origin);
        org2    = findbetterlocation (self.origin, 8);