more CCarCtrl

This commit is contained in:
Nikolay Korolev
2019-08-17 15:44:25 +03:00
parent 291f73e3c7
commit c16849d4a2
4 changed files with 138 additions and 22 deletions

View File

@ -269,6 +269,8 @@ public:
bool ShufflePassengersToMakeSpace(void);
bool IsAlarmOn(void) { return m_nAlarmState != 0 && m_nAlarmState != -1; }
CVehicleModelInfo* GetModelInfo() { return (CVehicleModelInfo*)CModelInfo::GetModelInfo(GetModelIndex()); }
static bool &bWheelsOnlyCheat;
static bool &bAllDodosCheat;