From fef3fd298e802d8df1d84bf64b755360c3c8a45f Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sat, 7 Nov 2009 14:05:51 +0000 Subject: [PATCH] Correct disconnections - we are no longer connected then --- Src/C64_SDL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/C64_SDL.h b/Src/C64_SDL.h index 94acb87..73f2dfc 100644 --- a/Src/C64_SDL.h +++ b/Src/C64_SDL.h @@ -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)