diff options
author | aap <aap@papnet.eu> | 2020-05-11 23:28:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 23:28:52 +0200 |
commit | ce2071e1e6c21911b215e47815687f5a64328c66 (patch) | |
tree | c73ccad82576f5e27627b85e7c8b3f914881f5e8 /src/core/config.h | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
parent | sync with upstream (diff) | |
download | re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.gz re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.bz2 re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.lz re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.xz re3-ce2071e1e6c21911b215e47815687f5a64328c66.tar.zst re3-ce2071e1e6c21911b215e47815687f5a64328c66.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 816d3771..17cea982 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -130,7 +130,7 @@ enum Config { NUM_AUDIO_REFLECTIONS = 5, NUM_SCRIPT_MAX_ENTITIES = 40, - NUM_GARAGE_STORED_CARS = 6, + NUM_GARAGE_STORED_CARS = 4, NUM_CRANES = 8, |