From 581e72901f3fc584223296e56d70b940d1cd21a1 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 5 Jan 2017 03:22:19 +0100 Subject: [PATCH] Forgot one change that should have been in the previous commit. --- src/pc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pc.c b/src/pc.c index 9113ea605..6dc1cbfd8 100644 --- a/src/pc.c +++ b/src/pc.c @@ -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);