Note user about connecting to himself.
This commit is contained in:
@@ -107,7 +107,7 @@ void ScreenNetworkOptions::MenuStart( PlayerNumber pn, const InputEventType type
|
|||||||
switch (m_Rows[GetCurrentRow()]->GetOneSharedSelection())
|
switch (m_Rows[GetCurrentRow()]->GetOneSharedSelection())
|
||||||
{
|
{
|
||||||
case NO_CONNECT:
|
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;
|
break;
|
||||||
case NO_DISCONNECT:
|
case NO_DISCONNECT:
|
||||||
NSMAN->CloseConnection();
|
NSMAN->CloseConnection();
|
||||||
|
|||||||
Reference in New Issue
Block a user