From b52524b54b8f01927708aab2b75046f4f41425c3 Mon Sep 17 00:00:00 2001 From: Reonu Date: Thu, 30 May 2024 16:21:11 +0100 Subject: [PATCH] Fix duplicate skip_analog_cam_once declaration --- patches/camera_patches.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/patches/camera_patches.c b/patches/camera_patches.c index 1359bb1..c13ab82 100644 --- a/patches/camera_patches.c +++ b/patches/camera_patches.c @@ -1894,10 +1894,3 @@ void skip_analog_cam_once() { analog_cam_skip_once = true; analog_cam_active = false; } - -// Calling this will avoid analog cam taking over for the following game loop. -// E.g. using left stick inputs while in a deku flower taking priority over right stick. -void skip_analog_cam_once() { - analog_cam_skip_once = true; - analog_cam_active = false; -} \ No newline at end of file