summaryrefslogtreecommitdiff
path: root/src/core/IniFile.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-12 00:11:11 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2021-08-01 13:56:09 +0300
commit192190769db6faeafb32e951cf4db6e021ac833e (patch)
treedc0a6f4c23ac4afa7f065bc198c29253ad902b04 /src/core/IniFile.h
parente80cbf8bb2abbe3edb7a604ae5b0af366bf10a9a (diff)
Add ped and car density slider to menu, remove dumb collision "optimization"
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: