Formatting

This commit is contained in:
Defent 2015-08-29 22:00:01 +02:00
parent 6c899dec9b
commit df6897de95

View File

@ -8,9 +8,7 @@ private ["_rockets","_launcher","_type","_mission","_unit","_player"];
call {
// then is faster than exitWith
if(_type == "ground") then {
ai_ground_units = (ai_ground_units -1);
};
if(_type == "ground") then { ai_ground_units = (ai_ground_units -1);};
// Not defined yet -->
// if(_type == "air") exitWith { ai_air_units = (ai_air_units -1); };