diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-23 13:29:00 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-23 13:29:00 +0100 |
commit | 35258b9b9c731e782e68c63c4969dbc9759f447d (patch) | |
tree | 430ecdb5876337a7693d67cfbd0c9fdcb18ac022 /src/control/Garages.h | |
parent | VANILLA_BUILD fixes (diff) | |
download | re3-35258b9b9c731e782e68c63c4969dbc9759f447d.tar re3-35258b9b9c731e782e68c63c4969dbc9759f447d.tar.gz re3-35258b9b9c731e782e68c63c4969dbc9759f447d.tar.bz2 re3-35258b9b9c731e782e68c63c4969dbc9759f447d.tar.lz re3-35258b9b9c731e782e68c63c4969dbc9759f447d.tar.xz re3-35258b9b9c731e782e68c63c4969dbc9759f447d.tar.zst re3-35258b9b9c731e782e68c63c4969dbc9759f447d.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Garages.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/control/Garages.h b/src/control/Garages.h index 3a8bc08d..a7dfa462 100644 --- a/src/control/Garages.h +++ b/src/control/Garages.h @@ -166,6 +166,10 @@ public: void FindDoorsEntities(); void FindDoorsEntitiesSectorList(CPtrList&, bool); void PlayerArrestedOrDied(); + bool Does60SecondsNeedThisCarAtAll(int mi); + bool Does60SecondsNeedThisCar(int mi); + void MarkThisCarAsCollectedFor60Seconds(int mi); + bool IsPlayerEntirelyInsideGarage(); }; @@ -236,6 +240,7 @@ public: static bool IsModelIndexADoor(uint32 id); static void SetFreeBombs(bool bValue) { BombsAreFree = bValue; } static void SetFreeResprays(bool bValue) { RespraysAreFree = bValue; } + static void StopCarFromBlowingUp(CAutomobile*); static bool IsCarSprayable(CVehicle*); static float FindDoorHeightForMI(int32); |