removed commented out code for debugging
This commit is contained in:
parent
7b98a99491
commit
726e834dca
@ -16,12 +16,7 @@
|
|||||||
|
|
||||||
_fn_missionCleanup = {
|
_fn_missionCleanup = {
|
||||||
params["_coords","_mines","_objects","_hiddenObjects","_blck_AllMissionAI","_markerName","_cleanupAliveAITimer","_cleanupCompositionTimer",["_isScubaMission",false]];
|
params["_coords","_mines","_objects","_hiddenObjects","_blck_AllMissionAI","_markerName","_cleanupAliveAITimer","_cleanupCompositionTimer",["_isScubaMission",false]];
|
||||||
/*
|
|
||||||
private _vars = ["_coords","_mines","_objects","_hiddenObjects","_blck_AllMissionAI","_markerName","_cleanupAliveAITimer","_cleanupCompositionTimer"];
|
|
||||||
{
|
|
||||||
diag_log format["_endMission:_missionCleanup: %1 = %2",_x,_this select _forEachIndex];
|
|
||||||
} forEach _vars;
|
|
||||||
*/
|
|
||||||
[_mines] call blck_fnc_clearMines;
|
[_mines] call blck_fnc_clearMines;
|
||||||
blck_oldMissionObjects pushback [_coords,_objects, (diag_tickTime + _cleanupCompositionTimer)];
|
blck_oldMissionObjects pushback [_coords,_objects, (diag_tickTime + _cleanupCompositionTimer)];
|
||||||
blck_hiddenTerrainObjects pushBack[_hiddenObjects,(diag_tickTime + _cleanupCompositionTimer)];
|
blck_hiddenTerrainObjects pushBack[_hiddenObjects,(diag_tickTime + _cleanupCompositionTimer)];
|
||||||
@ -62,22 +57,6 @@ params[
|
|||||||
["_isScubaMission",false]
|
["_isScubaMission",false]
|
||||||
];
|
];
|
||||||
|
|
||||||
/*
|
|
||||||
{
|
|
||||||
diag_log format["_endMission: %1 = %2",_x, _this select _forEachIndex];
|
|
||||||
} forEach [ "_coords",
|
|
||||||
"_mines",
|
|
||||||
"_objects",
|
|
||||||
"_hiddenObjects",
|
|
||||||
"_crates",
|
|
||||||
"_blck_AllMissionAI",
|
|
||||||
"_endMsg",
|
|
||||||
"_markers",
|
|
||||||
"_markerPos",
|
|
||||||
"_markerName",
|
|
||||||
"_markerLabel"
|
|
||||||
];
|
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
[_x] call blck_fnc_deleteMarker;
|
[_x] call blck_fnc_deleteMarker;
|
||||||
}forEach (_markers);
|
}forEach (_markers);
|
||||||
|
Loading…
Reference in New Issue
Block a user