mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 18:00:33 +00:00
parent
9960c41193
commit
c2b9ddc5b8
50 changed files with 2028 additions and 14 deletions
|
@ -858,6 +858,7 @@ CPopulation::AddPedInCar(CVehicle* car)
|
|||
void
|
||||
CPopulation::MoveCarsAndPedsOutOfAbandonedZones()
|
||||
{
|
||||
#ifndef MIAMI
|
||||
eLevelName level;
|
||||
int zone;
|
||||
int frame = CTimer::GetFrameCounter() & 7;
|
||||
|
@ -940,6 +941,7 @@ CPopulation::MoveCarsAndPedsOutOfAbandonedZones()
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue