mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-13 00:34:11 +00:00
Make the "Reset config" message more informative.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@611 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
7248b2d61a
commit
695398b606
1 changed files with 2 additions and 1 deletions
|
@ -1210,7 +1210,8 @@ void M_Options_Key (int k)
|
|||
Con_ToggleConsole_f ();
|
||||
break;
|
||||
case OPT_DEFAULTS:
|
||||
if (SCR_ModalMessage("Would you like to reset the\nconfiguration? (y/n)\n", 5.0f))
|
||||
if (SCR_ModalMessage("This will reset all controls\n"
|
||||
"and stored cvars. Continue? (y/n)\n", 15.0f))
|
||||
{
|
||||
Cbuf_AddText ("resetcfg\n");
|
||||
Cbuf_AddText ("exec default.cfg\n");
|
||||
|
|
Loading…
Reference in a new issue