Skip to content

Commit

Permalink
Add new game message hint
Browse files Browse the repository at this point in the history
(cherry picked from commit cac649d)
  • Loading branch information
Diordany authored and alexey-lysiuk committed Nov 15, 2023
1 parent e9da5e0 commit 0c6675c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ void M_SinglePlayer_Key (int key)
{
case 0:
if (sv.active)
if (!SCR_ModalMessage("Are you sure you want to\nstart a new game?\n", 0.0f))
if (!SCR_ModalMessage("Are you sure you want to\nstart a new game? (y/n)\n", 0.0f))
break;
IN_Activate();
key_dest = key_game;
Expand Down

0 comments on commit 0c6675c

Please sign in to comment.