diff options
author | aap <aap@papnet.eu> | 2019-06-23 13:11:41 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-23 13:11:41 +0200 |
commit | a5ba53896881ec479f9819ab0349437de4c3f4ed (patch) | |
tree | 89471ebfcd3b95fdb3b35a13bcdb605d27694973 /src/config.h | |
parent | fixed key binding, head shots, freezes (diff) | |
download | re3-a5ba53896881ec479f9819ab0349437de4c3f4ed.tar re3-a5ba53896881ec479f9819ab0349437de4c3f4ed.tar.gz re3-a5ba53896881ec479f9819ab0349437de4c3f4ed.tar.bz2 re3-a5ba53896881ec479f9819ab0349437de4c3f4ed.tar.lz re3-a5ba53896881ec479f9819ab0349437de4c3f4ed.tar.xz re3-a5ba53896881ec479f9819ab0349437de4c3f4ed.tar.zst re3-a5ba53896881ec479f9819ab0349437de4c3f4ed.zip |
Diffstat (limited to '')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index a8b8fe6b..7c228e60 100644 --- a/src/config.h +++ b/src/config.h @@ -57,7 +57,8 @@ enum Config { NUMCORONAS = 56, NUMPOINTLIGHTS = 32, - NUMONSCREENTIMERENTRIES = 1 + NUMONSCREENTIMERENTRIES = 1, + NUMRADARBLIPS = 32, }; #define GTA3_1_1_PATCH |