diff options
author | aap <aap@papnet.eu> | 2020-03-22 14:41:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-22 14:41:03 +0100 |
commit | f9342c7e8341130d3783316584acaff91fe96660 (patch) | |
tree | 16ce4d0b84913ca71c47dcb65b48590f7c6ed633 /src/core | |
parent | fixed vehicle rendering bug (diff) | |
parent | bullet traces fixes (diff) | |
download | re3-f9342c7e8341130d3783316584acaff91fe96660.tar re3-f9342c7e8341130d3783316584acaff91fe96660.tar.gz re3-f9342c7e8341130d3783316584acaff91fe96660.tar.bz2 re3-f9342c7e8341130d3783316584acaff91fe96660.tar.lz re3-f9342c7e8341130d3783316584acaff91fe96660.tar.xz re3-f9342c7e8341130d3783316584acaff91fe96660.tar.zst re3-f9342c7e8341130d3783316584acaff91fe96660.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index d12b0809..8d52dac4 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -73,6 +73,7 @@ enum Config { NUM3DMARKERS = 32, NUMMONEYMESSAGES = 16, NUMPICKUPMESSAGES = 16, + NUMBULLETTRACES = 16, NUMONSCREENTIMERENTRIES = 1, NUMRADARBLIPS = 32, |