summaryrefslogtreecommitdiffstats
path: root/src/control/CarCtrl.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-09 12:45:27 +0200
committeraap <aap@papnet.eu>2020-05-09 12:45:27 +0200
commitea053467b53bf2182cb065e45f31ddd0e33d9a80 (patch)
treed8605b2a7249f9b38dd74d3b83d21a4d8f1bd510 /src/control/CarCtrl.h
parentnamed anim assoc flags (diff)
parentMerge pull request #526 from Nick007J/miami (diff)
downloadre3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.gz
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.bz2
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.lz
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.xz
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.zst
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.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];