diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-04-16 14:30:47 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-16 14:30:47 +0200 |
commit | 83cbe4e39ede4853e0d352e55aeddbd481b39948 (patch) | |
tree | 982648ce860ac1c50233df806798a8b9412819fe /src/core/IniFile.cpp | |
parent | add textures in correct order (diff) | |
download | re3-83cbe4e39ede4853e0d352e55aeddbd481b39948.tar re3-83cbe4e39ede4853e0d352e55aeddbd481b39948.tar.gz re3-83cbe4e39ede4853e0d352e55aeddbd481b39948.tar.bz2 re3-83cbe4e39ede4853e0d352e55aeddbd481b39948.tar.lz re3-83cbe4e39ede4853e0d352e55aeddbd481b39948.tar.xz re3-83cbe4e39ede4853e0d352e55aeddbd481b39948.tar.zst re3-83cbe4e39ede4853e0d352e55aeddbd481b39948.zip |
Diffstat (limited to 'src/core/IniFile.cpp')
-rw-r--r-- | src/core/IniFile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/IniFile.cpp b/src/core/IniFile.cpp index 08b30876..744f4bd0 100644 --- a/src/core/IniFile.cpp +++ b/src/core/IniFile.cpp @@ -7,8 +7,8 @@ #include "main.h" #include "Population.h" -float &CIniFile::PedNumberMultiplier = *(float*)0x6182F4; -float &CIniFile::CarNumberMultiplier = *(float*)0x6182F8; +float CIniFile::PedNumberMultiplier = 1.0f;// = *(float*)0x6182F4; +float CIniFile::CarNumberMultiplier = 1.0f;// = *(float*)0x6182F8; void CIniFile::LoadIniFile() { |