mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-04 16:11:50 +00:00
Fix duplicate skip_analog_cam_once declaration
This commit is contained in:
parent
220d09979f
commit
b52524b54b
1 changed files with 0 additions and 7 deletions
|
|
@ -1894,10 +1894,3 @@ void skip_analog_cam_once() {
|
||||||
analog_cam_skip_once = true;
|
analog_cam_skip_once = true;
|
||||||
analog_cam_active = false;
|
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;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue