mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 20:34:09 +00:00
script
This commit is contained in:
parent
92913c4c27
commit
203dff9165
10 changed files with 68 additions and 36 deletions
|
@ -83,7 +83,7 @@ CBike::CBike(int32 id, uint8 CreatedBy)
|
|||
case MI_SANCHEZ:
|
||||
m_bikeAnimType = ASSOCGRP_BIKE_DIRT;
|
||||
break;
|
||||
default: assert(0 && "invalid bike model ID");
|
||||
default: m_bikeAnimType = ASSOCGRP_BIKE_STANDARD; //assert(0 && "invalid bike model ID"); // TODO
|
||||
}
|
||||
m_vehType = VEHICLE_TYPE_BIKE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue