mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 07:04:09 +00:00
script fix, bomb fix, flying components fix
This commit is contained in:
parent
36f3a517f9
commit
a9a62a8641
5 changed files with 8 additions and 4 deletions
|
@ -466,7 +466,6 @@ int m_iModeObbeCamIsInForCar;
|
|||
void DrawBordersForWideScreen(void);
|
||||
void Restore(void);
|
||||
void SetWidescreenOff(void);
|
||||
void CamShake(float);
|
||||
|
||||
void dtor(void) { this->CCamera::~CCamera(); }
|
||||
};
|
||||
|
@ -479,3 +478,5 @@ static_assert(offsetof(CCamera, m_BlurBlue) == 0x9C, "CCamera: error");
|
|||
static_assert(offsetof(CCamera, Cams) == 0x1A4, "CCamera: error");
|
||||
static_assert(sizeof(CCamera) == 0xE9D8, "CCamera: wrong size");
|
||||
extern CCamera &TheCamera;
|
||||
|
||||
void CamShakeNoPos(CCamera*, float);
|
Loading…
Add table
Add a link
Reference in a new issue