mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 11:46:35 +00:00
some not fully tested stuff
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
#include "Physical.h"
|
||||
#include "AutoPilot.h"
|
||||
#include "ModelIndices.h"
|
||||
|
||||
class CPed;
|
||||
class CFire;
|
||||
@ -267,6 +268,7 @@ public:
|
||||
|
||||
bool IsAlarmOn(void) { return m_nAlarmState != 0 && m_nAlarmState != -1; }
|
||||
CVehicleModelInfo* GetModelInfo() { return (CVehicleModelInfo*)CModelInfo::GetModelInfo(GetModelIndex()); }
|
||||
bool IsTaxi(void) { return GetModelIndex() == MI_TAXI || GetModelIndex() == MI_CABBIE || GetModelIndex() == MI_BORGNINE; }
|
||||
|
||||
static bool &bWheelsOnlyCheat;
|
||||
static bool &bAllDodosCheat;
|
||||
|
Reference in New Issue
Block a user