Added getMGRSdata to PostInit

This commit is contained in:
VKing 2015-05-10 18:10:03 +02:00
parent fe40452c8e
commit 4e09681c9e
3 changed files with 4 additions and 1 deletions

View File

@ -238,6 +238,9 @@ GVAR(OldIsCamera) = false;
{!((_this select 0) isEqualTo (_this select 1)) && {vehicle (_this select 0) == vehicle (_this select 1)}}
}] call FUNC(addCanInteractWithCondition);
// Find MGRS zone and 100km grid for current map
[] call FUNC(getMGRSdata);
// Lastly, do JIP events
// JIP Detection and event trigger. Run this at the very end, just in case anything uses it
if(isMultiplayer && { time > 0 || isNull player } ) then {

View File

@ -68,7 +68,7 @@ PREP(getGunner);
PREP(getInPosition);
PREP(getMapGridFromPos);
PREP(getMarkerType);
PREP(getMGRSzone);
PREP(getMGRSdata);
PREP(getName);
PREP(getNumberFromMissionSQM);
PREP(getNumberMagazinesIn);