diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-28 15:24:13 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-28 15:24:13 +0300 |
commit | 268f92bfbe5330149be341855fa52f53ea501c62 (patch) | |
tree | e4ec5d4cc96e2bdc1fd153fc605d20e1a410f592 /src/core/config.h | |
parent | 8703758a7b1d0fe1f8c837bb0a114d1e03145d1e (diff) |
garages part 1
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 9235e744..54a4c25f 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -114,6 +114,8 @@ enum Config { NUM_AUDIO_REFLECTIONS = 5, NUM_SCRIPT_MAX_ENTITIES = 40, + + NUM_GARAGE_STORED_CARS = 6 }; // We'll use this once we're ready to become independent of the game |