Merge branch 'lcs' of github.com:GTAmodding/re3 into lcs

This commit is contained in:
aap
2021-08-16 00:25:14 +02:00
6 changed files with 138 additions and 57 deletions

View File

@@ -8,7 +8,12 @@
#include "Population.h"
float CIniFile::PedNumberMultiplier = 0.6f;
float CIniFile::CarNumberMultiplier = 0.8f;
float CIniFile::CarNumberMultiplier =
#ifdef GTA_PSP
0.7f;
#else
0.8f;
#endif
void CIniFile::LoadIniFile()
{