mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 14:20:34 +00:00
lcs car ctrl 2
This commit is contained in:
parent
ed5a9d5dc1
commit
b9b9dabd75
4 changed files with 87 additions and 55 deletions
|
@ -10,7 +10,7 @@
|
|||
// --MIAMI: file done
|
||||
|
||||
float CIniFile::PedNumberMultiplier = 0.6f;
|
||||
float CIniFile::CarNumberMultiplier = 0.6f;
|
||||
float CIniFile::CarNumberMultiplier = 0.8f;
|
||||
|
||||
void CIniFile::LoadIniFile()
|
||||
{
|
||||
|
@ -27,5 +27,5 @@ void CIniFile::LoadIniFile()
|
|||
}
|
||||
CPopulation::MaxNumberOfPedsInUse = 25.0f * PedNumberMultiplier;
|
||||
CPopulation::MaxNumberOfPedsInUseInterior = 40.0f * PedNumberMultiplier;
|
||||
CCarCtrl::MaxNumberOfCarsInUse = 12.0f * CarNumberMultiplier;
|
||||
CCarCtrl::MaxNumberOfCarsInUse = 30.0f * CarNumberMultiplier;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue