REDRIVER2/src_rebuild/GAME/DR2LIMITS.H

11 lines
240 B
C

#ifndef DRLIMITS_H
#define DRLIMITS_H
// DRIVER 2 game engine limits
// please populate this file only with engine limits during refactoring
#define MAX_CARS 20
#define MAX_CAR_MODELS 5
#define MAX_PEDESTRIANS 28
#endif // DRLIMITS_H