Skip to content

Commit

Permalink
Add new game message hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Diordany committed Nov 14, 2023
1 parent 09e086b commit cac649d
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 cac649d

Please sign in to comment.