From 81840d58c6f303e53d317dada9be6a218d95e0a8 Mon Sep 17 00:00:00 2001 From: Dabb Date: Thu, 2 Nov 2000 19:47:33 +0000 Subject: [PATCH] ICON2 -> ICON1 - LoadIcon works now for win32. --- source/vid_mgl.c | 2 +- source/vid_wgl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();