summaryrefslogtreecommitdiffstats
path: root/src/core/IniFile.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-08-02 17:23:06 +0200
committerGitHub <noreply@github.com>2021-08-02 17:23:06 +0200
commitae1deb2209a5345d51b13c9534a2ef9877cbe09b (patch)
tree93589ebfc2b9ef71b71afe9a45369d55127807eb /src/core/IniFile.h
parentFix radio scroll when player controls disabled (diff)
parentFix R* optimization that prevents peds to spawn (diff)
downloadre3-ae1deb2209a5345d51b13c9534a2ef9877cbe09b.tar
re3-ae1deb2209a5345d51b13c9534a2ef9877cbe09b.tar.gz
re3-ae1deb2209a5345d51b13c9534a2ef9877cbe09b.tar.bz2
re3-ae1deb2209a5345d51b13c9534a2ef9877cbe09b.tar.lz
re3-ae1deb2209a5345d51b13c9534a2ef9877cbe09b.tar.xz
re3-ae1deb2209a5345d51b13c9534a2ef9877cbe09b.tar.zst
re3-ae1deb2209a5345d51b13c9534a2ef9877cbe09b.zip
Diffstat (limited to 'src/core/IniFile.h')
-rw-r--r--src/core/IniFile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/IniFile.h b/src/core/IniFile.h
index 1e30c4de..dcaed980 100644
--- a/src/core/IniFile.h
+++ b/src/core/IniFile.h
@@ -1,5 +1,9 @@
#pragma once
+#define DEFAULT_MAX_NUMBER_OF_PEDS 25.0f
+#define DEFAULT_MAX_NUMBER_OF_PEDS_INTERIOR 40.0f
+#define DEFAULT_MAX_NUMBER_OF_CARS 12.0f
+
class CIniFile
{
public: