1
0
mirror of https://github.com/td512/re3.git synced 2026-05-05 03:05:06 +00:00
This commit is contained in:
Sergeanur
2020-01-28 16:30:13 +02:00
parent 8a6cec8bed
commit 633108b2d7
2 changed files with 72 additions and 6 deletions

View File

@@ -497,6 +497,8 @@ int m_iModeObbeCamIsInForCar;
void SetNewPlayerWeaponMode(int16, int16, int16);
void UpdateAimingCoors(CVector const &);
void SetPercentAlongCutScene(float);
void dtor(void) { this->CCamera::~CCamera(); }
};
static_assert(offsetof(CCamera, m_WideScreenOn) == 0x70, "CCamera: error");