Init -> InitMenu

This commit is contained in:
Glenn Maynard
2005-01-03 22:20:39 +00:00
parent a96a3d9caa
commit 317378b028
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ ScreenNetworkOptions::ScreenNetworkOptions( CString sClassName ) : ScreenOptions
g_NetworkOptionsLines[PO_SERVER].choices.push_back("Stop");
g_NetworkOptionsLines[PO_SERVER].choices.push_back("Start...");
Init(
InitMenu(
INPUTMODE_SHARE_CURSOR,
g_NetworkOptionsLines,
NUM_NETWORK_OPTIONS_LINES );