Correct disconnections - we are no longer connected then

This commit is contained in:
simon.kagstrom 2009-11-07 14:05:51 +00:00
parent 4d56918c8d
commit fef3fd298e

View File

@ -526,6 +526,7 @@ void C64::network_vblank()
/* Disconnect or sending crap, remove this guy! */
delete remote;
this->peer = NULL;
this->network_connection_type = NONE;
return;
}
if (this->network_connection_type == CLIENT)