tank steering

This commit is contained in:
ViktorLjung
2014-05-17 18:45:54 +02:00
parent 4d15d3e02c
commit a8ecacab11
3 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ void VehicleSetup::buildVehicle(World *world, const hkpWorld* physicsWorld, hkpV
//
vehicle.m_data = new hkpVehicleData;
vehicle.m_driverInput = new hkpVehicleDefaultAnalogDriverInput;
vehicle.m_steering = new hkpVehicleDefaultSteering;
vehicle.m_steering = new TankSteering;
vehicle.m_engine = new hkpVehicleDefaultEngine;
vehicle.m_transmission = new hkpVehicleDefaultTransmission;
vehicle.m_brake = new hkpVehicleDefaultBrake;