Renames Freecam to Free Look. (#3771)

Adds helper info for invert, distance, and transition speed options.
This commit is contained in:
Malkierian
2024-02-01 18:26:36 -07:00
committed by GitHub
parent 7ef6a434f9
commit 16ee20c2a8
2 changed files with 15 additions and 11 deletions

View File

@@ -7887,7 +7887,7 @@ s32 Camera_ChangeModeFlags(Camera* camera, s16 mode, u8 flags) {
}
}
// Clear free camera if an action is performed that would move the camera (targeting, first person, talking)
// Clear free look if an action is performed that would move the camera (targeting, first person, talking)
if (CVarGetInteger("gFreeCamera", 0) && SetCameraManual(camera) == 1 &&
((mode >= CAM_MODE_TARGET && mode <= CAM_MODE_BATTLE) ||
(mode >= CAM_MODE_FIRSTPERSON && mode <= CAM_MODE_CLIMBZ) || mode == CAM_MODE_HANGZ ||