Forgot one change that should have been in the previous commit.

This commit is contained in:
OBattler
2017-01-05 03:22:19 +01:00
parent 6c4c979797
commit 581e72901f

View File

@@ -419,7 +419,10 @@ void resetpchard()
ide_qua_init();
}
vlan_reset(); //NETWORK
if (netcard != 0)
{
vlan_reset(); //NETWORK
}
network_card_init(network_card_current);
sound_card_init(sound_card_current);