More replay functions, also removed pool iteration error

This commit is contained in:
Nikolay Korolev 2019-06-30 19:22:44 +03:00
parent 6e4df804f7
commit 69918d4145
5 changed files with 112 additions and 15 deletions

View file

@ -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 &center, float radius, const CMatrix *mat)