fixed minor typo in vars

This commit is contained in:
vbawol 2017-07-20 11:07:24 -05:00
parent 54af60ccc2
commit 292108715b
3 changed files with 13 additions and 13 deletions

View File

@ -216,8 +216,8 @@ for "_i" from 1 to _maxVehicleLimit do {
};
// new Dynamicsimulation
_vehObj enableSimulationGlobal false; // turn it off until activated by dynamicSim
_vehObj enableDynamicSimulation true;
_vehicle enableSimulationGlobal false; // turn it off until activated by dynamicSim
_vehicle enableDynamicSimulation true;
// turrets
/*

View File

@ -99,8 +99,8 @@ if !(_allHitpoints isEqualTo []) then{
};
// new Dynamicsimulation
_vehObj enableSimulationGlobal false; // turn it off until activated by dynamicSim
_vehObj enableDynamicSimulation true;
_newveh enableSimulationGlobal false; // turn it off until activated by dynamicSim
_newveh enableDynamicSimulation true;
// add back old inventory