This commit is contained in:
PabstMirror 2015-03-27 23:24:11 -05:00
parent 909f53753a
commit aa5a580645
5 changed files with 5 additions and 5 deletions

View File

@ -66,7 +66,7 @@
//Hide the bis picture: //Hide the bis picture:
_picture ctrlShow false; _picture ctrlShow false;
// prevent vanilla key input // prevent vanilla key input
_display displayAddEventHandler ["KeyDown", {(_this select 1) in [200, 208]}]; _display displayAddEventHandler ["KeyDown", {(_this select 1) in [200, 208]}];

View File

@ -1,6 +1,6 @@
/* /*
* Author: PabstMirror * Author: PabstMirror
* Draws the current temp marker. Allows rotation. * Draws the current temp marker. Allows rotation.
* *
* Arguments: * Arguments:
* 0: TheMap <Control> * 0: TheMap <Control>

View File

@ -16,7 +16,7 @@
*/ */
#include "script_component.hpp" #include "script_component.hpp"
private ["_data", "_config", "_color"]; private ["_data", "_config"];
PARAMS_2(_ctrl,_index); PARAMS_2(_ctrl,_index);
_data = _ctrl lbValue _index; _data = _ctrl lbValue _index;

View File

@ -16,7 +16,7 @@
*/ */
#include "script_component.hpp" #include "script_component.hpp"
private ["_data", "_config", "_icon"]; private ["_data", "_config"];
PARAMS_2(_ctrl,_index); PARAMS_2(_ctrl,_index);
_data = _ctrl lbValue _index; _data = _ctrl lbValue _index;

View File

@ -31,6 +31,6 @@ if (_closeNum == 1) then {
GETGVAR(currentMarkerAngle,0) GETGVAR(currentMarkerAngle,0)
] ]
]] call EFUNC(common,globalEvent); ]] call EFUNC(common,globalEvent);
}, []] call EFUNC(common,execNextFrame); }, []] call EFUNC(common,execNextFrame);
}; };