mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add Missing Include
This commit is contained in:
parent
6d2e25d40b
commit
d97cb8e78f
@ -15,6 +15,7 @@
|
||||
* Return value:
|
||||
* None
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
private ["_var","_varName"];
|
||||
params ["", "_weapon", "", "", "_ammo", "_magazine", ""];
|
||||
|
||||
|
@ -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)
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user