From: Mario Date: Wed, 22 Nov 2017 10:34:58 +0000 (+1000) Subject: Add back a missing include X-Git-Tag: xonotic-v0.8.5~7^2~1^2~74 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f30bd042a7a34ff1a55ffe6f1907ca04d30e2e6b;p=xonotic%2Fxonotic-data.pk3dir.git Add back a missing include --- diff --git a/qcsrc/common/monsters/monster/golem.qc b/qcsrc/common/monsters/monster/golem.qc index 5b0df4a73e..d8fab86697 100644 --- a/qcsrc/common/monsters/monster/golem.qc +++ b/qcsrc/common/monsters/monster/golem.qc @@ -50,6 +50,8 @@ void M_Golem_Attack_Swing(entity this) Monster_Attack_Melee(this, this.enemy, (autocvar_g_monster_golem_attack_claw_damage), ((random() >= 0.5) ? this.anim_melee2 : this.anim_melee3), this.attack_range, 0.8, DEATH_MONSTER_GOLEM_CLAW.m_id, true); } +#include + void M_Golem_Attack_Lightning_Explode(entity this, entity directhitentity) { sound(this, CH_SHOTS, SND_ELECTRO_IMPACT, VOL_BASE, ATTEN_NORM);