mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 12:04:09 +00:00
got rid of superfluous enum; update librw
This commit is contained in:
parent
876e402d1e
commit
5c30b3a188
6 changed files with 36 additions and 30 deletions
|
@ -1331,7 +1331,7 @@ CStreaming::StreamVehiclesAndPeds(void)
|
|||
for(i = 1; i <= 10; i++){
|
||||
model = CCarCtrl::ChooseCarModel(modelQualityClass);
|
||||
modelQualityClass++;
|
||||
if(modelQualityClass >= NUM_VEHICLE_CLASSES)
|
||||
if(modelQualityClass >= CCarCtrl::TOTAL_CUSTOM_CLASSES)
|
||||
modelQualityClass = 0;
|
||||
|
||||
// check if we want to load this model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue