From 0b0db6875f9bf75d07ec443c4bf56c3ff0b68555 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sun, 8 Nov 2009 15:29:55 +0000 Subject: [PATCH] Reset the C64 instead --- Src/C64_SDL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/C64_SDL.h b/Src/C64_SDL.h index e745720..7515675 100644 --- a/Src/C64_SDL.h +++ b/Src/C64_SDL.h @@ -525,7 +525,7 @@ void C64::network_vblank() delete remote; this->peer = NULL; this->network_connection_type = NONE; - this->TheSID->Reset(); + this->Reset(); return; } if (this->network_connection_type == CLIENT)