mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 12:04:09 +00:00
Fixes for aap review (audio8)
This commit is contained in:
parent
fef3b5f978
commit
8808e6fdfe
11 changed files with 1247 additions and 2322 deletions
|
@ -255,7 +255,7 @@ CAnimViewer::Update(void)
|
|||
if (modelInfo->m_type == MITYPE_VEHICLE) {
|
||||
|
||||
CVehicleModelInfo* veh = (CVehicleModelInfo*)modelInfo;
|
||||
if (veh->m_vehicleType != VEHICLE_TYPE_AUTOMOBILE) {
|
||||
if (veh->m_vehicleType != VEHICLE_TYPE_CAR) {
|
||||
// Not ready yet
|
||||
/* if (veh->m_vehicleType == VEHICLE_TYPE_BOAT)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue