Missing privates

This commit is contained in:
jonpas 2015-06-09 15:52:41 +02:00
parent 95ec2ea1f9
commit f9d292e9c2
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@
*/
#include "script_component.hpp"
private ["_animations"];
// Animations Pool
_animations = [
"HubSittingChairUA_idle1",

View File

@ -25,6 +25,7 @@ GVAR(seat) = _seat;
_player switchMove "amovpknlmstpsraswrfldnon";
// Read config
private ["_sitDirection", "_sitPosition"];
_sitDirection = getNumber (configFile >> "CfgVehicles" >> typeOf _seat >> QGVAR(sitDirection));
_sitPosition = getArray (configFile >> "CfgVehicles" >> typeOf _seat >> QGVAR(sitPosition));