Fixed compile-breaking mistakes in pc.c .

This commit is contained in:
OBattler
2017-01-05 03:37:03 +01:00
parent 581e72901f
commit 0e08eccb71

View File

@@ -280,7 +280,7 @@ void initpc(int argc, char *argv[])
td0_init();
imd_init();
if (netcard != 0)
if (network_card_current != 0)
{
vlan_reset(); //NETWORK
}
@@ -419,7 +419,7 @@ void resetpchard()
ide_qua_init();
}
if (netcard != 0)
if (network_card_current != 0)
{
vlan_reset(); //NETWORK
}