fix global variable in local name space

This commit is contained in:
Glowbal 2015-08-26 09:11:43 +02:00
parent 65e16da998
commit 1a0abf31fd

View File

@ -13,7 +13,7 @@
*/
#include "script_component.hpp"
private ["_position", "_direction", "config"];
private ["_position", "_direction", "_config"];
params ["_object"];