Adjusted Chair (Plastic) sitting position

This commit is contained in:
jonpas 2015-06-09 16:55:06 +02:00
parent 3e0d4d1f7b
commit 36d4d01a30

View File

@ -76,7 +76,7 @@ class CfgVehicles {
MACRO_SEAT_ACTION MACRO_SEAT_ACTION
GVAR(canSit) = 1; GVAR(canSit) = 1;
GVAR(sitDirection) = 90; GVAR(sitDirection) = 90;
GVAR(sitPosition[]) = {-0.1, 0, -0.2}; GVAR(sitPosition[]) = {0, 0, -0.5};
}; };
// Chair (Wooden) // Chair (Wooden)
class Land_ChairWood_F: ThingX { class Land_ChairWood_F: ThingX {