*Replaced call compile preprocessFile with FUNC macro

*Removed some unused files
*Fixed incorrect .paa filepath
*Fixed incorrect profileNamespace access
This commit is contained in:
ulteq
2015-04-06 20:46:33 +02:00
parent 1320176c12
commit 6578ff4559
26 changed files with 47 additions and 48 deletions

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
call compile preprocessFile ("\atragmx\fnc_parse_input.sqf");
[] call FUNC(parse_input);
private ["_scopeBaseAngle"];
_scopeBaseAngle = ((GVAR(ATragMX_workingMemory) select GVAR(ATragMX_currentTarget)) select 3);
@ -49,4 +49,4 @@ GVAR(ATragMX_leadOutput) set [GVAR(ATragMX_currentTarget), _result select 2];
GVAR(ATragMX_tofOutput) set [GVAR(ATragMX_currentTarget), _result select 3];
GVAR(ATragMX_velocityOutput) set [GVAR(ATragMX_currentTarget), _result select 4];
call compile preprocessFile ("\atragmx\fnc_update_result.sqf");
[] call FUNC(update_result);