- PEDEST.C refactoring progress

This commit is contained in:
Ilya Shurumov 2020-10-11 16:19:12 +06:00
parent db15e79765
commit 554decc991
2 changed files with 774 additions and 883 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@
#define MAX_CARS 20
#define MAX_CAR_MODELS 5
#define MAX_PEDESTRIANS 28
#define MAX_PLACED_PEDS 15
#define MAX_TRAFFIC_CARS 19
#define MAX_EXPLOSION_OBJECTS 5
#define MAX_THROWN_BOMBS 5