mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 11:14:08 +00:00
sync with upstream
This commit is contained in:
commit
b99346e6ca
17 changed files with 167 additions and 243 deletions
|
@ -12,7 +12,7 @@ class CZoneInfo;
|
|||
|
||||
enum{
|
||||
MAX_CARS_TO_KEEP = 2,
|
||||
MAX_CAR_MODELS_IN_ARRAY = 256,
|
||||
MAX_CAR_MODELS_IN_ARRAY = 25,
|
||||
};
|
||||
|
||||
#define LANE_WIDTH 5.0f
|
||||
|
@ -34,8 +34,10 @@ public:
|
|||
TAXI,
|
||||
MOPED,
|
||||
MOTORBIKE,
|
||||
|
||||
LEISUREBOAT,
|
||||
WORKERBOAT,
|
||||
|
||||
COPS,
|
||||
MAFIA,
|
||||
TRIAD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue