More audio (to hook and test)

This commit is contained in:
Filip Gawin 2019-09-24 13:33:16 +02:00
parent 003ac856c6
commit d2941b0368
16 changed files with 574 additions and 75 deletions

View file

@ -255,7 +255,7 @@ CAnimViewer::Update(void)
if (modelInfo->m_type == MITYPE_VEHICLE) {
CVehicleModelInfo* veh = (CVehicleModelInfo*)modelInfo;
if (veh->m_vehicleType != VEHICLE_TYPE_CAR) {
if (veh->m_vehicleType != VEHICLE_TYPE_AUTOMOBILE) {
// Not ready yet
/* if (veh->m_vehicleType == VEHICLE_TYPE_BOAT)
{