mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 09:26:24 +00:00
P.e.d.s.
This commit is contained in:
@ -269,7 +269,7 @@ public:
|
||||
bool ShufflePassengersToMakeSpace(void);
|
||||
|
||||
bool IsAlarmOn(void) { return m_nAlarmState != 0 && m_nAlarmState != -1; }
|
||||
|
||||
bool IsWrecked(void) { return !this || m_status == STATUS_WRECKED; }
|
||||
CVehicleModelInfo* GetModelInfo() { return (CVehicleModelInfo*)CModelInfo::GetModelInfo(GetModelIndex()); }
|
||||
|
||||
static bool &bWheelsOnlyCheat;
|
||||
|
Reference in New Issue
Block a user