REDRIVER2/src_rebuild/GAME/DR2LIMITS.H

12 lines
268 B
C++
Raw Normal View History

#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
#define MAX_TRAFFIC_CARS 19
#endif // DRLIMITS_H