Skip to content

Commit

Permalink
reset button state when automap is turned on (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin authored Aug 6, 2023
1 parent ff16687 commit 6aed7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/am_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ boolean AM_Responder
{
bigstate = 0;
viewactive = true;
memset(buttons_state, 0, sizeof(buttons_state));
AM_Stop ();
}
else if (M_InputActivated(input_map_gobig))
Expand Down

0 comments on commit 6aed7bf

Please sign in to comment.