Reset the C64 instead

This commit is contained in:
simon.kagstrom 2009-11-08 15:29:55 +00:00
parent 0e2bd92a57
commit 0b0db6875f

View File

@ -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)