mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Hopefully finally fix inputs remaining during the menu
This commit is contained in:
parent
cc9154a16f
commit
036e5ad53c
1 changed files with 2 additions and 0 deletions
|
@ -1643,6 +1643,8 @@ void update_menu_level(void) {
|
|||
// reset input
|
||||
gMarioState->input = 0;
|
||||
gMarioState->intendedMag = 0;
|
||||
gMarioState->controller->buttonDown = 0;
|
||||
gMarioState->controller->buttonPressed = 0;
|
||||
gMarioState->controller->rawStickX = 0;
|
||||
gMarioState->controller->rawStickY = 0;
|
||||
gMarioState->controller->stickX = 0;
|
||||
|
|
Loading…
Reference in a new issue