Merge pull request #410 from Sergeanur/PacManPickups

CPacManPickups
This commit is contained in:
erorcun 2020-04-13 12:51:30 +03:00 committed by GitHub
commit c008eb2431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 456 additions and 31 deletions

View file

@ -87,6 +87,7 @@ enum Config {
NUMSCRIPTEDPICKUPS = 16,
NUMPICKUPS = NUMGENERALPICKUPS + NUMSCRIPTEDPICKUPS,
NUMCOLLECTEDPICKUPS = 20,
NUMPACMANPICKUPS = 256,
NUMEVENTS = 64,
NUM_CARGENS = 160,