mirror of
https://github.com/halpz/re3.git
synced 2025-05-13 02:36:39 +03:00
More replay functions, also removed pool iteration error
This commit is contained in:
parent
6e4df804f7
commit
69918d4145
5 changed files with 112 additions and 15 deletions
|
@ -19,6 +19,7 @@ CCamera &TheCamera = *(CCamera*)0x6FACF8;
|
|||
bool &CCamera::m_bUseMouse3rdPerson = *(bool *)0x5F03D8;
|
||||
|
||||
WRAPPER void CCamera::DrawBordersForWideScreen(void) { EAXJMP(0x46B430); }
|
||||
WRAPPER void CCamera::CalculateDerivedValues(void) { EAXJMP(0x46EEA0); }
|
||||
|
||||
bool
|
||||
CCamera::IsSphereVisible(const CVector ¢er, float radius, const CMatrix *mat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue