diff --git a/Src/C64_SDL.h b/Src/C64_SDL.h index 7515675..ceabb98 100644 --- a/Src/C64_SDL.h +++ b/Src/C64_SDL.h @@ -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; + if (this->network_connection_type == CLIENT) + this->Reset(); this->network_connection_type = NONE; - this->Reset(); return; } if (this->network_connection_type == CLIENT)