From f11ed762e32b3a39ced60b986f09bf8b337759cc Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Thu, 13 Dec 2018 00:30:29 -0600 Subject: [PATCH] move include --- addons/pike/functions/fnc_handleFired.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/pike/functions/fnc_handleFired.sqf b/addons/pike/functions/fnc_handleFired.sqf index 34b1ee5816..283f6d93df 100644 --- a/addons/pike/functions/fnc_handleFired.sqf +++ b/addons/pike/functions/fnc_handleFired.sqf @@ -1,3 +1,4 @@ +#include "script_component.hpp" /* * Author: PabstMirror * Handlese firing the 40mm pike grenade/rocket @@ -13,7 +14,6 @@ * * Public: No */ -#include "script_component.hpp" //IGNORE_PRIVATE_WARNING ["_unit", "_weapon", "_muzzle", "_mode", "_ammo", "_magazine", "_projectile"]; TRACE_7("firedEH:",_unit, _weapon, _muzzle, _mode, _ammo, _magazine, _projectile);