mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 09:34:08 +00:00
Merge branch 'lcs' of https://github.com/GTAmodding/re3 into lcs
This commit is contained in:
commit
3e6016dc6e
129 changed files with 7774 additions and 5595 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