Disconnect on ... disconnect

This commit is contained in:
simon.kagstrom 2010-02-25 06:38:33 +00:00
parent eb2e935128
commit f539e98f96

View File

@ -1036,6 +1036,7 @@ bool Network::DecodeUpdate(C64Display *display, uint8 *js, MOS6581 *dst)
case DISCONNECT:
printf("Got disconnect\n");
TheC64->network_connection_type = NONE;
this->Disconnect();
return false;
default:
break;