diff --git a/source/vid_mgl.c b/source/vid_mgl.c index 3067bb9..0c99f59 100644 --- a/source/vid_mgl.c +++ b/source/vid_mgl.c @@ -669,7 +669,7 @@ void VID_InitMGLDIB (HINSTANCE hInstance) WNDCLASS wc; HDC hdc; - hIcon = LoadIcon (hInstance, MAKEINTRESOURCE (IDI_ICON2)); + hIcon = LoadIcon (hInstance, MAKEINTRESOURCE (IDI_ICON1)); /* Register the frame class */ wc.style = 0; diff --git a/source/vid_wgl.c b/source/vid_wgl.c index ba32809..0840a8d 100644 --- a/source/vid_wgl.c +++ b/source/vid_wgl.c @@ -1580,7 +1580,7 @@ void VID_Init (unsigned char *palette) Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f); Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f); - hIcon = LoadIcon (global_hInstance, MAKEINTRESOURCE (IDI_ICON2)); + hIcon = LoadIcon (global_hInstance, MAKEINTRESOURCE (IDI_ICON1)); InitCommonControls();