mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 14:30:33 +00:00
script fix
This commit is contained in:
parent
3900366a6b
commit
f78f707935
4 changed files with 19 additions and 9 deletions
|
@ -87,7 +87,7 @@ enum Config {
|
|||
NUMSKIDMARKS = 32,
|
||||
|
||||
NUMONSCREENTIMERENTRIES = 1,
|
||||
NUMRADARBLIPS = 32,
|
||||
NUMRADARBLIPS = 75,
|
||||
NUMGENERALPICKUPS = 320,
|
||||
NUMSCRIPTEDPICKUPS = 16,
|
||||
NUMPICKUPS = NUMGENERALPICKUPS + NUMSCRIPTEDPICKUPS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue