]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/spider.qc
Further cleanup miscfunctions, document the need to use intrusive lists on entities...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / spider.qc
index 08d28218786524d462b6cf2d321b91aa38e899b0..d965448820e4018d869e89ae9bbe70c35a225e35 100644 (file)
@@ -125,8 +125,6 @@ void M_Spider_Attack_Web_Touch(entity this, entity toucher)
        M_Spider_Attack_Web_Explode(this);
 }
 
-void adaptor_think2use_hittype_splash(entity this);
-
 void M_Spider_Attack_Web(entity this)
 {
        sound(this, CH_SHOTS, SND_ELECTRO_FIRE2, VOL_BASE, ATTEN_NORM);