mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 02:14:11 +00:00
Mouse free cam for peds&cars (under FREE_CAM)
This commit is contained in:
parent
8e3ee096e2
commit
5e2fe749bd
8 changed files with 788 additions and 19 deletions
|
@ -373,8 +373,10 @@ DebugMenuPopulate(void)
|
|||
extern bool PrintDebugCode;
|
||||
extern int16 &DebugCamMode;
|
||||
#ifdef FREE_CAM
|
||||
extern bool bFreeCam;
|
||||
DebugMenuAddVarBool8("Cam", "Free Cam", (int8*)&bFreeCam, nil);
|
||||
extern bool bFreePadCam;
|
||||
extern bool bFreeMouseCam;
|
||||
DebugMenuAddVarBool8("Cam", "Free Gamepad Cam", (int8*)&bFreePadCam, nil);
|
||||
DebugMenuAddVarBool8("Cam", "Free Mouse Cam", (int8*)&bFreeMouseCam, nil);
|
||||
#endif
|
||||
DebugMenuAddVarBool8("Cam", "Print Debug Code", (int8*)&PrintDebugCode, nil);
|
||||
DebugMenuAddVar("Cam", "Cam Mode", &DebugCamMode, nil, 1, 0, CCam::MODE_EDITOR, nil);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue