X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fquickmenu.qc;fp=qcsrc%2Fclient%2Fquickmenu.qc;h=5977224699f7eae5e6934721c1c5e10fb3ce1fb5;hb=8a8967d1cf94896da9a2dc311a68fcd3a30871cf;hp=8237fd2f83ef741c62971da16f5b37377ecb2f98;hpb=6e223f233c0e550873f83dff1cbef663a65a0edc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/quickmenu.qc b/qcsrc/client/quickmenu.qc index 8237fd2f8..597722469 100644 --- a/qcsrc/client/quickmenu.qc +++ b/qcsrc/client/quickmenu.qc @@ -112,9 +112,9 @@ bool QuickMenu_Open(string mode, string submenu) float teamplayers = 0, without_me = 0; switch(argv(2)) { - case "ALLPLAYERS_BUT_ME": without_me = 1; + case "ALLPLAYERS_BUT_ME": without_me = 1; // fall through case "ALLPLAYERS": teamplayers = 0; break; - case "OWNTEAMPLAYERS_BUT_ME": without_me = 1; + case "OWNTEAMPLAYERS_BUT_ME": without_me = 1; // fall through case "OWNTEAMPLAYERS": teamplayers = 1; break; case "ENEMYTEAMPLAYERS": teamplayers = 2; break; default: continue; @@ -802,7 +802,7 @@ void QuickMenu_Default(string target_submenu) QUICKMENU_SMENU(CTX(_("QMCMD^Sound settings")), "Sound settings") QUICKMENU_ENTRY(CTX(_("QMCMD^Hit sound")), "toggle cl_hitsound") - QUICKMENU_ENTRY(CTX(_("QMCMD^Chat sound")), "toggle cl_chatsound") + QUICKMENU_ENTRY(CTX(_("QMCMD^Chat sound")), "toggle con_chatsound") QUICKMENU_SMENU(CTX(_("QMCMD^Sound settings")), "Sound settings") if(spectatee_status > 0)