From: Mario Date: Mon, 25 Jun 2018 06:35:34 +0000 (+1000) Subject: Fix compile X-Git-Tag: xonotic-v0.8.5~1982 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=db9da9531fa296c4d12bf0fe6117d1bd06270771;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile --- diff --git a/qcsrc/server/g_damage.qc b/qcsrc/server/g_damage.qc index 4881fac2d..38284c30d 100644 --- a/qcsrc/server/g_damage.qc +++ b/qcsrc/server/g_damage.qc @@ -524,7 +524,7 @@ void Freeze(entity targ, float revivespeed, int frozen_type, bool show_waypoint) }); // add waypoint - if(Freeze(targ, revivespeed, frozen_type) || show_waypoint) + if(MUTATOR_CALLHOOK(Freeze, targ, revivespeed, frozen_type) || show_waypoint) WaypointSprite_Spawn(WP_Frozen, 0, 0, targ, '0 0 64', NULL, targ.team, targ, waypointsprite_attached, true, RADARICON_WAYPOINT); }