mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
/*
|
|
* Author: CAA-Picard
|
|
*
|
|
* Cancel the drawing of the current line marker
|
|
*
|
|
* Argument:
|
|
* None
|
|
*
|
|
* Return value:
|
|
* Nothing
|
|
*/
|
|
|
|
AGM_Map_drawing = false;
|
|
if (count AGM_Map_tempLineMarker > 0) then {
|
|
deleteMarkerLocal (AGM_Map_tempLineMarker select 0);
|
|
};
|
|
AGM_Map_tempLineMarker = [];
|