mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Correct disconnections - we are no longer connected then
This commit is contained in:
parent
4d56918c8d
commit
fef3fd298e
@ -526,6 +526,7 @@ void C64::network_vblank()
|
|||||||
/* Disconnect or sending crap, remove this guy! */
|
/* Disconnect or sending crap, remove this guy! */
|
||||||
delete remote;
|
delete remote;
|
||||||
this->peer = NULL;
|
this->peer = NULL;
|
||||||
|
this->network_connection_type = NONE;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this->network_connection_type == CLIENT)
|
if (this->network_connection_type == CLIENT)
|
||||||
|
Loading…
Reference in New Issue
Block a user