Note user about connecting to himself.

This commit is contained in:
Charles Lohr
2004-08-28 22:50:19 +00:00
parent cd1fb281c2
commit d24ce00ac2
+1 -1
View File
@@ -107,7 +107,7 @@ void ScreenNetworkOptions::MenuStart( PlayerNumber pn, const InputEventType type
switch (m_Rows[GetCurrentRow()]->GetOneSharedSelection())
{
case NO_CONNECT:
SCREENMAN->TextEntry( SM_DoneConnecting, "Enter a Network Address", "", NULL );
SCREENMAN->TextEntry( SM_DoneConnecting, "Enter a Network Address\n127.0.0.1 to connect to yourself", "", NULL );
break;
case NO_DISCONNECT:
NSMAN->CloseConnection();