Skip to content

Commit

Permalink
Fix "CMD + Q" on mac retaining overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
andrikpowell committed Dec 4, 2024
1 parent bab964b commit 6e83e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prboom2/src/m_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -6028,6 +6028,8 @@ void M_Ticker (void)

void M_StartMessage (const char* string,void* routine,dboolean input)
{
currentMenu = NULL;
setup_active = false;
messageLastMenuActive = menuactive;
messageToPrint = 1;
messageString = string;
Expand Down

0 comments on commit 6e83e79

Please sign in to comment.