Skip to content

Commit

Permalink
No mouse press to replace enter key on savegame screen and no pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Nov 1, 2024
1 parent 8b49e6c commit 05cfd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2913,7 +2913,7 @@ bool M_Responder(event_t *ev)
{
if (messagetoprint || helpscreen || !usingmouse)
{
if (mousewait < I_GetTime())
if (mousewait < I_GetTime() && !savestringenter)
{
key = KEY_ENTER;
mousewait = I_GetTime() + 8;
Expand Down

0 comments on commit 05cfd4d

Please sign in to comment.