fixed CAutomobile bug

This commit is contained in:
aap
2019-07-26 20:11:11 +02:00
parent e200eb1a2f
commit e340400875
2 changed files with 6 additions and 6 deletions

View File

@ -108,7 +108,7 @@ public:
void BlowUpCar(CEntity *ent);
bool SetUpWheelColModel(CColModel *colModel);
void BurstTyre(uint8 tyre);
bool IsRoomForPedToLeaveCar(uint32 component, CVector *forcedDoorPos);
bool IsRoomForPedToLeaveCar(uint32 component, CVector *doorOffset);
float GetHeightAboveRoad(void);
void PlayCarHorn(void);