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! */
|
||||
delete remote;
|
||||
this->peer = NULL;
|
||||
this->network_connection_type = NONE;
|
||||
return;
|
||||
}
|
||||
if (this->network_connection_type == CLIENT)
|
||||
|
Loading…
Reference in New Issue
Block a user