mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 21:34:08 +00:00
rem refs
This commit is contained in:
parent
435a9ca7f2
commit
a4922d5cb7
139 changed files with 1350 additions and 1400 deletions
|
@ -58,9 +58,9 @@ enum
|
|||
#define PLAYER (CWorld::Players[CWorld::PlayerInFocus].m_pPed)
|
||||
// NB: removed explicit TheCamera from all functions
|
||||
|
||||
CCamera &TheCamera = *(CCamera*)0x6FACF8;
|
||||
bool &CCamera::m_bUseMouse3rdPerson = *(bool *)0x5F03D8;
|
||||
bool &bDidWeProcessAnyCinemaCam = *(bool*)0x95CD46;
|
||||
CCamera TheCamera;
|
||||
bool CCamera::m_bUseMouse3rdPerson = true;
|
||||
bool bDidWeProcessAnyCinemaCam;
|
||||
|
||||
#ifdef IMPROVED_CAMERA
|
||||
#define KEYJUSTDOWN(k) ControlsManager.GetIsKeyboardKeyJustDown((RsKeyCodes)k)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue