mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 11:04:08 +00:00
fixed compiler errors
This commit is contained in:
parent
8705562559
commit
d59862eb5e
14 changed files with 37 additions and 32 deletions
|
@ -1449,7 +1449,8 @@ CStreaming::StreamVehiclesAndPeds(void)
|
|||
timeBeforeNextLoad--;
|
||||
else if(ms_numVehiclesLoaded <= desiredNumVehiclesLoaded){
|
||||
CZoneInfo zone;
|
||||
CTheZones::GetZoneInfoForTimeOfDay(&FindPlayerCoors(), &zone);
|
||||
CVector coors = FindPlayerCoors();
|
||||
CTheZones::GetZoneInfoForTimeOfDay(&coors, &zone);
|
||||
int32 maxReq = -1;
|
||||
int32 mostRequestedRating = 0;
|
||||
for(i = 0; i < CCarCtrl::TOTAL_CUSTOM_CLASSES; i++){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue