Fixed newline after include

This commit is contained in:
Zakant 2017-03-23 17:32:03 +01:00
parent ff823e0590
commit b5a48bb4dc
3 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@
* Public: No
*/
#include "script_component.hpp"
params ["_caller", "_target"];
if(!(_target call EFUNC(common,isAwake)) || {_target getVariable [QEGVAR(medical,inCardiacArrest), false]}) then {

View File

@ -15,6 +15,7 @@
* Public: No
*/
#include "script_component.hpp"
params ["_args", "_elapsedTime", "_totalTime"];
_args params ["_caller", "_target"];

View File

@ -12,6 +12,7 @@
* Public: No
*/
#include "script_component.hpp"
params ["_caller", "_target"];
_target setVariable [QGVAR(receiveCPR), true, true]; // Target receives CPR