]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/menu.qc
Use "leave" instead of "quit" in the menu where appropriate; the "Quit" dialogue...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / menu.qc
index 8a00d713f1287186de24c77ad1710462a3310327..f374b0a10b2ec780c1252e1afc5ef348c0fe0b35 100644 (file)
@@ -685,7 +685,7 @@ void m_draw(float width, float height)
                        {
                                // in the case player uses the disconnect command (in the console or with a key)
                                // reset g_campaign and update menu items to reflect cvar values that may have been restored after quiting the campaign
-                               // see also QUITGAME_CMD
+                               // see also LEAVEMATCH_CMD
                                cvar_set("g_campaign", "0");
                                m_sync();
                        }