mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
ICON2 -> ICON1 - LoadIcon works now for win32.
This commit is contained in:
parent
1e8ff659f1
commit
81840d58c6
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue