Hopefully fixed the UI for the Internal/External FDC hookup.

This commit is contained in:
TC1995
2020-06-17 00:51:06 +02:00
parent f62fc73862
commit 90d1ddac52

View File

@@ -1601,12 +1601,6 @@ recalc_fdc_list(HWND hdlg)
SendMessage(h, CB_SETCURSEL, 0, 0);
while (1) {
/* Skip "internal" if machine doesn't have it. */
if ((c == 1) && !(machines[temp_machine].flags & MACHINE_FDC)) {
c++;
continue;
}
char *s = fdc_ext_get_name(c);
if (!s[0])