add Missing Include

This commit is contained in:
jokoho48 2015-08-30 07:49:12 +02:00
parent 6d2e25d40b
commit d97cb8e78f
2 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,7 @@
* Return value:
* None
*/
#include "script_component.hpp"
private ["_var","_varName"];
params ["", "_weapon", "", "", "_ammo", "_magazine", ""];

View File

@ -15,6 +15,7 @@
* Return value:
* None
*/
#include "script_component.hpp"
private ["_var","_varName"];
params ["", "_weapon", "", "", "_ammo", "_magazine", ""];
@ -26,6 +27,6 @@ _var = if (isNil _varName) then {
(missionNameSpace getVariable _varName) select 2;
};
if (_var > 0) then {
if (_var > 0) then {
_this call DFUNC(fireOverpressureZone)
};
};