diff options
author | aap <aap@papnet.eu> | 2019-06-26 23:14:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-26 23:14:42 +0200 |
commit | 990d7f9d192dae891782b70b612b4889862545be (patch) | |
tree | cc4203c9266b450e393c179c8d528f71c5957f01 /src/config.h | |
parent | bla (diff) | |
parent | fixed autobuild (diff) | |
download | re3-990d7f9d192dae891782b70b612b4889862545be.tar re3-990d7f9d192dae891782b70b612b4889862545be.tar.gz re3-990d7f9d192dae891782b70b612b4889862545be.tar.bz2 re3-990d7f9d192dae891782b70b612b4889862545be.tar.lz re3-990d7f9d192dae891782b70b612b4889862545be.tar.xz re3-990d7f9d192dae891782b70b612b4889862545be.tar.zst re3-990d7f9d192dae891782b70b612b4889862545be.zip |
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 1cd532ee..83aa7b8f 100644 --- a/src/config.h +++ b/src/config.h @@ -59,6 +59,7 @@ enum Config { NUMONSCREENTIMERENTRIES = 1, NUMRADARBLIPS = 32, + NUMPICKUPS = 336, }; #define GTA3_1_1_PATCH |