Don't reset the master, display message if the peer disconnects

This commit is contained in:
simon.kagstrom 2009-11-10 05:46:21 +00:00
parent ac52ec73fe
commit 32874b305a

View File

@ -522,10 +522,12 @@ void C64::network_vblank()
js, this->TheSID) == false)
{
/* Disconnect or sending crap, remove this guy! */
TheDisplay->display_status_string("PEER DISCONNECTED", 3);
delete remote;
this->peer = NULL;
this->network_connection_type = NONE;
if (this->network_connection_type == CLIENT)
this->Reset();
this->network_connection_type = NONE;
return;
}
if (this->network_connection_type == CLIENT)