Match the current system of menus more closely.

This commit is contained in:
Charles Lohr
2005-11-30 01:01:41 +00:00
parent 37dddfe217
commit 6456f6b65c
+3 -3
View File
@@ -53,13 +53,13 @@ void ScreenNetworkOptions::Init()
g_NetworkOptionsLines[PO_CONNECTION].m_vsChoices.clear();
if ( NSMAN->useSMserver )
g_NetworkOptionsLines[PO_CONNECTION].m_vsChoices.push_back("Disconnect from "+NSMAN->GetServerName());
g_NetworkOptionsLines[PO_CONNECTION].m_vsChoices.push_back("Disconnect");
else
g_NetworkOptionsLines[PO_CONNECTION].m_vsChoices.push_back("Connect...");
g_NetworkOptionsLines[PO_CONNECTION].m_vsChoices.push_back("Connect");
g_NetworkOptionsLines[PO_SERVER].m_vsChoices.clear();
g_NetworkOptionsLines[PO_SERVER].m_vsChoices.push_back("Stop");
g_NetworkOptionsLines[PO_SERVER].m_vsChoices.push_back("Start...");
g_NetworkOptionsLines[PO_SERVER].m_vsChoices.push_back("Start");
g_NetworkOptionsLines[PO_SCOREBOARD].m_vsChoices.clear();
g_NetworkOptionsLines[PO_SCOREBOARD].m_vsChoices.push_back("Off");