summaryrefslogtreecommitdiffstats
path: root/src/control/CarCtrl.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-09 12:45:25 +0200
committerGitHub <noreply@github.com>2020-05-09 12:45:25 +0200
commit40cfd0576fcbc05ee63262d5c41a3151b09a806b (patch)
tree93f989fb6dfc2b0244d8a38c94c8c5d15e5e9f25 /src/control/CarCtrl.h
parentMerge branch 'master' into miami (diff)
parentfix (diff)
downloadre3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.gz
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.bz2
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.lz
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.xz
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.tar.zst
re3-40cfd0576fcbc05ee63262d5c41a3151b09a806b.zip
Diffstat (limited to 'src/control/CarCtrl.h')
-rw-r--r--src/control/CarCtrl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/control/CarCtrl.h b/src/control/CarCtrl.h
index ce25c206..f66b9232 100644
--- a/src/control/CarCtrl.h
+++ b/src/control/CarCtrl.h
@@ -124,7 +124,8 @@ public:
static int32 ChooseCarRating(CZoneInfo* pZoneInfo);
static void AddToLoadedVehicleArray(int32 mi, int32 rating, int32 freq);
static void RemoveFromLoadedVehicleArray(int32 mi, int32 rating);
- static int32 ChooseCarModelToLoad(int rating);
+ static int32 ChooseCarModelToLoad(int32 rating);
+ static bool BoatWithTallMast(int32 mi);
static float GetPositionAlongCurrentCurve(CVehicle* pVehicle)
{
@@ -158,6 +159,8 @@ public:
static int32 TotalNumOfCarsOfRating[TOTAL_CUSTOM_CLASSES];
static int32 CarArrays[TOTAL_CUSTOM_CLASSES][MAX_CAR_MODELS_IN_ARRAY];
+ static int32 MiamiViceCycle;
+ static uint32 LastTimeMiamiViceGenerated;
static int32 NumRequestsOfCarRating[TOTAL_CUSTOM_CLASSES];
static int32 NumOfLoadedCarsOfRating[TOTAL_CUSTOM_CLASSES];
static int32 CarFreqArrays[TOTAL_CUSTOM_CLASSES][MAX_CAR_MODELS_IN_ARRAY];