mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 06:20:57 +00:00
Make the "Reset config" message more informative.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@611 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
b714fbb601
commit
fa43564cf8
1 changed files with 2 additions and 1 deletions
|
@ -1210,7 +1210,8 @@ void M_Options_Key (int k)
|
||||||
Con_ToggleConsole_f ();
|
Con_ToggleConsole_f ();
|
||||||
break;
|
break;
|
||||||
case OPT_DEFAULTS:
|
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 ("resetcfg\n");
|
||||||
Cbuf_AddText ("exec default.cfg\n");
|
Cbuf_AddText ("exec default.cfg\n");
|
||||||
|
|
Loading…
Reference in a new issue