mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 19:20:34 +00:00
Ped & fixes, including peds dive into danger fix
This commit is contained in:
parent
3bb607f9cb
commit
8fd63e5ca6
10 changed files with 876 additions and 137 deletions
|
@ -469,6 +469,8 @@ int m_iModeObbeCamIsInForCar;
|
|||
void Restore(void);
|
||||
void SetWidescreenOff(void);
|
||||
|
||||
float Find3rdPersonQuickAimPitch(void);
|
||||
|
||||
void dtor(void) { this->CCamera::~CCamera(); }
|
||||
};
|
||||
static_assert(offsetof(CCamera, m_WideScreenOn) == 0x70, "CCamera: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue