]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/spider.qc
Merge branch 'master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / spider.qc
index 7e901af5ac840d3f3046c5aa432f9b78d0883e98..42de2aca49ba89a9341d74bf728c93e8fe8d523d 100644 (file)
@@ -102,7 +102,7 @@ void spider_shootweb(float ptype)
        
        monster_makevectors(self.enemy);
        
-       sound(self, CH_SHOTS, snd, VOL_BASE, ATTN_NORM);
+       sound(self, CH_SHOTS, snd, VOL_BASE, ATTEN_NORM);
 
        entity proj = spawn ();
        proj.classname = "plasma";