From f30bd042a7a34ff1a55ffe6f1907ca04d30e2e6b Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 22 Nov 2017 20:34:58 +1000 Subject: [PATCH] Add back a missing include --- qcsrc/common/monsters/monster/golem.qc | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2