fixing typos

This commit is contained in:
Eero af Heurlin 2016-07-25 00:32:45 +03:00
parent a5e2b7cebe
commit 18b5785062
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ if ((random 1) < AAChance) then
_lzhot = true;
_lzAA = true;
};
if (_lzhot)
if (_lzhot) then
{
_enemies = _enemies + ([_lzLocation, _lzAA] call createEnemySquads);
};

View File

@ -3,7 +3,7 @@ _lzCount = 86;
// Compile helpers
createDropoffLZ = compile preProcessfile "createDropoffLZ.sqf";
//createPickupLZ = compile preProcessfile "createPickupLZ.sqf";
createPickupLZ = compile preProcessfile "createPickupLZ.sqf";
createSquad = compile preProcessfile "createSquad.sqf";
createEnemySquads = compile preProcessfile "createEnemySquads.sqf";