Fix Free Look On Woodfall Lilypads/Water (#587)

This commit is contained in:
inspectredc
2024-05-28 19:37:26 -05:00
committed by GitHub
parent 788c74a19e
commit eb208233e2
+1
View File
@@ -172,6 +172,7 @@ void RegisterCameraFreeLook() {
case CAM_FUNC_JUMP3:
case CAM_FUNC_BATTLE1:
case CAM_FUNC_UNIQUE2:
case CAM_FUNC_UNIQUE3:
if (Camera_CanFreeLook(camera)) {
Camera_FreeLook(camera);
*should = false;