mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 02:59:46 +00:00
script
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user