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
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,