Safe/Load all Vehicle Magazines correctly

This commit is contained in:
He-Man 2016-12-14 21:58:08 +01:00 committed by GitHub
parent 3f4517f109
commit 5859bf2356

View File

@ -243,19 +243,6 @@ for "_i" from 1 to _maxVehicleLimit do {
};
};
// turrets
/*
_mags = _vehicle magazinesTurret [0];
{
_object removeMagazinesTurret [_x, [0]];
} forEach _mags;
_mags = _vehicle magazinesTurret [-1];
{
_object removeMagazinesTurret [_x, [-1]];
} forEach _mags;
*/
if (EPOCH_DEBUG_VEH) then {
_marker = createMarker [str(_location) , _location];
_marker setMarkerShape "ICON";
@ -267,9 +254,6 @@ for "_i" from 1 to _maxVehicleLimit do {
if (_simulationHandler) then{
_vehicle enableSimulationGlobal false;
};
};
};
};