small revision

This commit is contained in:
Nikolay Korolev
2021-08-16 01:03:08 +03:00
parent 9ba2f7d43c
commit 8e2ed40f66
6 changed files with 115 additions and 49 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()
{