From 8d03df2dc573c10066a82dea62625859596ae6c7 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 23 Feb 2010 20:46:25 +0200 Subject: [PATCH] cdtv sram quickstart config cd gui error --- od-win32/win32gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/od-win32/win32gui.cpp b/od-win32/win32gui.cpp index c52b8f28..d12b9448 100644 --- a/od-win32/win32gui.cpp +++ b/od-win32/win32gui.cpp @@ -4215,7 +4215,7 @@ static void load_quickstart (HWND hDlg, int romcheck) ew (guiDlg, IDC_RESETAMIGA, FALSE); workprefs.nr_floppies = quickstart_floppy; quickstart_ok = built_in_prefs (&workprefs, quickstart_model, quickstart_conf, quickstart_compa, romcheck); - quickstart_cd = workprefs.dfxtype[0] == DRV_NONE && (quickstart_model == 8 || quickstart_model == 9); + quickstart_cd = workprefs.dfxtype[1] == DRV_NONE && (quickstart_model == 8 || quickstart_model == 9); enable_for_quickstart (hDlg); addfloppytype (hDlg, 0); addfloppytype (hDlg, 1); -- 2.47.3