reset button state when automap is turned on (#1164)

This commit is contained in:
Roman Fomin 2023-08-06 17:22:26 +07:00 committed by GitHub
parent ff16687847
commit 6aed7bf13b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))