mirror of
https://github.com/td512/re3.git
synced 2026-03-03 06:57:43 +00:00
CZoneInfo mostly done; not its dependencies
This commit is contained in:
@@ -664,6 +664,7 @@ CCarCtrl::ChooseGangCarModel(int32 gang)
|
||||
void
|
||||
CCarCtrl::AddToCarArray(int32 id, int32 vehclass)
|
||||
{
|
||||
assert(TotalNumOfCarsOfRating[vehclass] < MAX_CAR_MODELS_IN_ARRAY);
|
||||
CarArrays[vehclass][TotalNumOfCarsOfRating[vehclass]++] = id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user