diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index a8b8fe6b..7eb3238d 100644 --- a/src/config.h +++ b/src/config.h @@ -57,7 +57,10 @@ enum Config { NUMCORONAS = 56, NUMPOINTLIGHTS = 32, - NUMONSCREENTIMERENTRIES = 1 + NUMONSCREENTIMERENTRIES = 1, + + NUMPICKUPS = 336, + NUMBLIPS = 32 }; #define GTA3_1_1_PATCH |