Mercurial > mm7
comparison UIMainMenu.cpp @ 995:5876a9cafa3e
Various UIs, autonotes title fixed
author | Nomad |
---|---|
date | Tue, 14 May 2013 14:03:07 +0200 |
parents | 9a5db2cf999a |
children | c45d51b3f4f4 |
comparison
equal
deleted
inserted
replaced
994:3431f6abc786 | 995:5876a9cafa3e |
---|---|
75 pWindowList[i].eWindowType = WINDOW_null; | 75 pWindowList[i].eWindowType = WINDOW_null; |
76 | 76 |
77 uNumVisibleWindows = -1; | 77 uNumVisibleWindows = -1; |
78 memset(pVisibleWindowsIdxs, 0, sizeof(pVisibleWindowsIdxs)); | 78 memset(pVisibleWindowsIdxs, 0, sizeof(pVisibleWindowsIdxs)); |
79 } | 79 } |
80 | |
81 //----- (004415C5) -------------------------------------------------------- | |
82 void LoadPartyBuffIcons() | |
83 { | |
84 for (uint i = 0; i < 14; ++i) | |
85 { | |
86 char filename[200]; | |
87 sprintf(filename, "isn-%02d", i + 1); | |
88 pTextureIDs_PartyBuffIcons[i] = pIcons_LOD->LoadTexture(filename, TEXTURE_16BIT_PALETTE); | |
89 } | |
90 | |
91 uIconIdx_FlySpell = pIconsFrameTable->FindIcon("spell21"); | |
92 uIconIdx_WaterWalk = pIconsFrameTable->FindIcon("spell27"); | |
93 } | |
80 | 94 |
81 //----- (0041B690) -------------------------------------------------------- | 95 //----- (0041B690) -------------------------------------------------------- |
82 void __cdecl MainMenuUI_Create() | 96 void __cdecl MainMenuUI_Create() |
83 { | 97 { |
84 //unsigned int v0; // eax@1 | 98 //unsigned int v0; // eax@1 |