diff --git a/source/common/platform/win32/i_system.cpp b/source/common/platform/win32/i_system.cpp index 1e4c73d9f..cd0e996a2 100644 --- a/source/common/platform/win32/i_system.cpp +++ b/source/common/platform/win32/i_system.cpp @@ -386,11 +386,8 @@ BOOL CALLBACK IWADBoxCallback(HWND hDlg, UINT message, WPARAM wParam, LPARAM lPa case 1: SendDlgItemMessage( hDlg, IDC_WELCOME_VULKAN2, BM_SETCHECK, BST_CHECKED, 0 ); break; - case 2: - SendDlgItemMessage( hDlg, IDC_WELCOME_VULKAN3, BM_SETCHECK, BST_CHECKED, 0 ); - break; #ifdef HAVE_GLES2 - case 3: + case 2: SendDlgItemMessage( hDlg, IDC_WELCOME_VULKAN4, BM_SETCHECK, BST_CHECKED, 0 ); break; #endif diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 45898c944..1fab2421c 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -1648,9 +1648,7 @@ OptionValue PreferBackend { 0, "$OPTVAL_OPENGL" 1, "$OPTVAL_VULKAN" - // Enable when HAVE_SOFTPOLY will be defined - //2, "$OPTVAL_SOFTPOLY" - 3, "$OPTVAL_OPENGLES" + 2, "$OPTVAL_OPENGLES" } OptionMenu VideoModeMenu protected