mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cleanup
This commit is contained in:
parent
909f53753a
commit
aa5a580645
@ -16,7 +16,7 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
private ["_data", "_config", "_color"];
|
||||
private ["_data", "_config"];
|
||||
|
||||
PARAMS_2(_ctrl,_index);
|
||||
_data = _ctrl lbValue _index;
|
||||
|
@ -16,7 +16,7 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
private ["_data", "_config", "_icon"];
|
||||
private ["_data", "_config"];
|
||||
|
||||
PARAMS_2(_ctrl,_index);
|
||||
_data = _ctrl lbValue _index;
|
||||
|
Loading…
Reference in New Issue
Block a user