706
|
1 #include <assert.h>
|
|
2
|
|
3 #include "MM7.h"
|
|
4
|
|
5 #include "MapInfo.h"
|
|
6 #include "Game.h"
|
|
7 #include "GUIWindow.h"
|
|
8 #include "GUIFont.h"
|
|
9 #include "GUIProgressBar.h"
|
|
10 #include "Party.h"
|
|
11 #include "AudioPlayer.h"
|
|
12 #include "Outdoor.h"
|
|
13 #include "IndoorCamera.h"
|
|
14 #include "Overlays.h"
|
|
15 #include "Monsters.h"
|
|
16 #include "Arcomage.h"
|
|
17 #include "LOD.h"
|
|
18 #include "Actor.h"
|
|
19 #include "Allocator.h"
|
|
20 #include "Events.h"
|
|
21 #include "Viewport.h"
|
|
22 #include "FrameTableInc.h"
|
|
23 #include "Math.h"
|
|
24 #include "SpriteObject.h"
|
|
25 #include "ObjectList.h"
|
|
26 #include "Chest.h"
|
|
27 #include "PaletteManager.h"
|
|
28 #include "DecorationList.h"
|
|
29 #include "SaveLoad.h"
|
|
30 #include "stru123.h"
|
|
31 #include "Time.h"
|
|
32 #include "IconFrameTable.h"
|
|
33 #include "Awards.h"
|
|
34 #include "Autonotes.h"
|
|
35 #include "stru160.h"
|
|
36 #include "TurnEngine.h"
|
924
|
37 #include "CastSpellInfo.h"
|
706
|
38 #include "Weather.h"
|
|
39 #include "stru298.h"
|
|
40 #include "StorylineTextTable.h"
|
|
41 #include "Events2D.h"
|
|
42 #include "texts.h"
|
|
43 #include "stru351.h"
|
|
44
|
|
45 #include "mm7_data.h"
|
|
46
|
|
47
|
|
48
|
|
49 //----- (004142D3) --------------------------------------------------------
|
|
50 char __cdecl GameMenuUI_DrawKeyBindings()
|
|
51 {
|
|
52 unsigned int v0; // ebp@1
|
|
53 int v1; // ecx@2
|
|
54 unsigned int v2; // eax@6
|
|
55 GUIWindow *v3; // edx@6
|
|
56 signed int v4; // ecx@7
|
|
57 signed int v5; // eax@8
|
|
58 const char *v6; // ST0C_4@16
|
|
59 unsigned int v7; // eax@16
|
|
60 const char *v8; // ST0C_4@16
|
|
61 unsigned int v9; // eax@16
|
|
62 const char *v10; // ST0C_4@16
|
|
63 unsigned int v11; // eax@16
|
|
64 const char *v12; // ST0C_4@16
|
|
65 unsigned int v13; // eax@16
|
|
66 const char *v14; // ST0C_4@16
|
|
67 unsigned int v15; // eax@16
|
|
68 const char *v16; // ST0C_4@16
|
|
69 unsigned int v17; // eax@16
|
|
70 const char *v18; // ST0C_4@16
|
|
71 unsigned int v19; // eax@16
|
|
72 const char *v20; // ST0C_4@16
|
|
73 unsigned int v21; // eax@16
|
|
74 signed int v22; // ebp@16
|
|
75 const char *v23; // ST0C_4@16
|
|
76 unsigned int v24; // eax@16
|
|
77 const char *v25; // ST0C_4@16
|
|
78 unsigned int v26; // eax@16
|
|
79 const char *v27; // ST0C_4@16
|
|
80 unsigned int v28; // eax@16
|
|
81 const char *v29; // ST0C_4@16
|
|
82 unsigned int v30; // eax@16
|
|
83 const char *v31; // ST0C_4@16
|
|
84 unsigned int v32; // eax@16
|
|
85 const char *v33; // ST0C_4@17
|
|
86 unsigned int v34; // eax@17
|
|
87 const char *v35; // ST0C_4@17
|
|
88 unsigned int v36; // eax@17
|
|
89 const char *v37; // ST0C_4@17
|
|
90 unsigned int v38; // eax@17
|
|
91 const char *v39; // ST0C_4@17
|
|
92 unsigned int v40; // eax@17
|
|
93 const char *v41; // ST0C_4@17
|
|
94 unsigned int v42; // eax@17
|
|
95 const char *v43; // ST0C_4@17
|
|
96 unsigned int v44; // eax@17
|
|
97 const char *v45; // ST0C_4@17
|
|
98 unsigned int v46; // eax@17
|
|
99 const char *v47; // ST0C_4@17
|
|
100 unsigned int v48; // eax@17
|
|
101 const char *v49; // ST0C_4@17
|
|
102 unsigned int v50; // eax@17
|
|
103 const char *v51; // ST0C_4@17
|
|
104 unsigned int v52; // eax@17
|
|
105 const char *v53; // ST0C_4@17
|
|
106 unsigned int v54; // eax@17
|
|
107 const char *v55; // ST0C_4@17
|
|
108 unsigned int v56; // eax@17
|
|
109 const char *v57; // ST0C_4@17
|
|
110 unsigned int v58; // eax@17
|
|
111 unsigned int v59; // eax@18
|
|
112 int v61; // [sp-14h] [bp-28h]@16
|
|
113 const char *v62; // [sp-10h] [bp-24h]@16
|
|
114 int v63; // [sp-Ch] [bp-20h]@16
|
|
115 int v64; // [sp-8h] [bp-1Ch]@16
|
|
116 unsigned int v65; // [sp-4h] [bp-18h]@16
|
|
117 unsigned int a5; // [sp+10h] [bp-4h]@1
|
|
118
|
|
119 v0 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
120 a5 = v0;
|
|
121 if ( byte_4E28FC )
|
|
122 {
|
|
123 v1 = dword_507C0C + 15;
|
|
124 dword_507C0C = v1;
|
|
125 if ( v1 == 255 )
|
|
126 byte_4E28FC = 0;
|
|
127 }
|
|
128 else
|
|
129 {
|
|
130 v1 = dword_507C0C - 15;
|
|
131 dword_507C0C = v1;
|
|
132 if ( v1 == 15 )
|
|
133 byte_4E28FC = 1;
|
|
134 }
|
|
135 v2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(v1, 0, 0);
|
|
136 v3 = pGUIWindow_CurrentMenu;
|
|
137 dword_507C08 = v2;
|
|
138 if ( pGUIWindow_CurrentMenu->field_40 == 2 )
|
|
139 {
|
|
140 pPrevVirtualCidesMapping[dword_506E68] = pKeyActionMap->pPressedKeysBuffer[0];
|
|
141 memset(&KeyButtonFlagChangesArray, 0, sizeof(KeyButtonFlagChangesArray));
|
|
142 v4 = 0;
|
|
143 do
|
|
144 {
|
|
145 v5 = 0;
|
|
146 do
|
|
147 {
|
|
148 if ( v4 != v5 && pPrevVirtualCidesMapping[v4] == pPrevVirtualCidesMapping[v5] )
|
|
149 {
|
|
150 KeyButtonFlagChangesArray[v4] = 1;
|
|
151 KeyButtonFlagChangesArray[v5] = 1;
|
|
152 }
|
|
153 ++v5;
|
|
154 }
|
|
155 while ( v5 < 28 );
|
|
156 ++v4;
|
|
157 }
|
|
158 while ( v4 < 28 );
|
|
159 dword_506E68 = -1;
|
|
160 v3->field_40 = 0;
|
|
161 }
|
|
162 pRenderer->DrawTextureIndexed(8, 8, (Texture *)(uTextureID_Optkb[0] != -1 ? &pIcons_LOD->pTextures[uTextureID_Optkb[0]] : 0));
|
|
163 if ( KeyboardPageNum == 1 )
|
|
164 {
|
|
165 pRenderer->DrawTextureIndexed(0x13, 0x12E, (Texture *)(uTextureID_Optkb[3] != -1 ? &pIcons_LOD->pTextures[uTextureID_Optkb[3]] : 0));
|
|
166 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 142, v0, ascii_4E2D5C, 0, 0, 0);
|
|
167 v6 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[0]);
|
|
168 v7 = sub_414D24(0);
|
|
169 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 142, v7, v6, 0, 0, 0);
|
|
170 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 163, v0, ascii_4E2D50, 0, 0, 0);
|
|
171 v8 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[1]);
|
|
172 v9 = sub_414D24(1);
|
|
173 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 163, v9, v8, 0, 0, 0);
|
|
174 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 184, v0, ascii_4E2D48, 0, 0, 0);
|
|
175 v10 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[2]);
|
|
176 v11 = sub_414D24(2);
|
|
177 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 184, v11, v10, 0, 0, 0);
|
|
178 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 205, v0, ascii_4E2D40, 0, 0, 0);
|
|
179 v12 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[3]);
|
|
180 v13 = sub_414D24(3);
|
|
181 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 205, v13, v12, 0, 0, 0);
|
|
182 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 226, v0, ascii_4E2D38, 0, 0, 0);
|
|
183 v14 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[4]);
|
|
184 v15 = sub_414D24(4);
|
|
185 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 226, v15, v14, 0, 0, 0);
|
|
186 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 247, v0, ascii_4E2D30, 0, 0, 0);
|
|
187 v16 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[5]);
|
|
188 v17 = sub_414D24(5);
|
|
189 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 247, v17, v16, 0, 0, 0);
|
|
190 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 268, v0, ascii_4E2D28, 0, 0, 0);
|
|
191 v18 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[6]);
|
|
192 v19 = sub_414D24(6);
|
|
193 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 268, v19, v18, 0, 0, 0);
|
|
194 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 142, v0, ascii_4E2D1C, 0, 0, 0);
|
|
195 v20 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[7]);
|
|
196 v21 = sub_414D24(7);
|
|
197 v22 = 350;
|
|
198 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 142, v21, v20, 0, 0, 0);
|
|
199 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 163, a5, ascii_4E2D14, 0, 0, 0);
|
|
200 v23 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[8]);
|
|
201 v24 = sub_414D24(8);
|
|
202 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 163, v24, v23, 0, 0, 0);
|
|
203 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 184, a5, ascii_4E2D0C, 0, 0, 0);
|
|
204 v25 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[9]);
|
|
205 v26 = sub_414D24(9);
|
|
206 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 184, v26, v25, 0, 0, 0);
|
|
207 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 205, a5, ascii_4E2D04, 0, 0, 0);
|
|
208 v27 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[10]);
|
|
209 v28 = sub_414D24(10);
|
|
210 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 205, v28, v27, 0, 0, 0);
|
|
211 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 226, a5, ascii_4E2CFC, 0, 0, 0);
|
|
212 v29 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[11]);
|
|
213 v30 = sub_414D24(11);
|
|
214 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 226, v30, v29, 0, 0, 0);
|
|
215 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 247, a5, ascii_4E2CF0, 0, 0, 0);
|
|
216 v31 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[12]);
|
|
217 v32 = sub_414D24(12);
|
|
218 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 247, v32, v31, 0, 0, 0);
|
|
219 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 268, a5, ascii_4E2CE8, 0, 0, 0);
|
|
220 v65 = 0;
|
|
221 v64 = 0;
|
|
222 v63 = 0;
|
|
223 v62 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[13]);
|
|
224 v61 = 13;
|
|
225 }
|
|
226 else
|
|
227 {
|
|
228 pRenderer->DrawTextureIndexed(0x7F, 0x12E, (Texture *)(uTextureID_Optkb[4] != -1 ? &pIcons_LOD->pTextures[uTextureID_Optkb[4]] : 0));
|
|
229 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 142, v0, ascii_4E2CDC, 0, 0, 0);
|
|
230 v33 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[14]);
|
|
231 v34 = sub_414D24(14);
|
|
232 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 142, v34, v33, 0, 0, 0);
|
|
233 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 163, v0, ascii_4E2CD4, 0, 0, 0);
|
|
234 v35 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[15]);
|
|
235 v36 = sub_414D24(15);
|
|
236 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 163, v36, v35, 0, 0, 0);
|
|
237 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 184, v0, ascii_4E2CC8, 0, 0, 0);
|
|
238 v37 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[16]);
|
|
239 v38 = sub_414D24(16);
|
|
240 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 184, v38, v37, 0, 0, 0);
|
|
241 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 205, v0, ascii_4E2CBC, 0, 0, 0);
|
|
242 v39 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[17]);
|
|
243 v40 = sub_414D24(17);
|
|
244 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 205, v40, v39, 0, 0, 0);
|
|
245 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 226, v0, ascii_4E2CB0, 0, 0, 0);
|
|
246 v41 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[18]);
|
|
247 v42 = sub_414D24(18);
|
|
248 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 226, v42, v41, 0, 0, 0);
|
|
249 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 247, v0, ascii_4E2CA4, 0, 0, 0);
|
|
250 v43 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[19]);
|
|
251 v44 = sub_414D24(19);
|
|
252 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 247, v44, v43, 0, 0, 0);
|
|
253 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 23, 268, v0, ascii_4E2C9C, 0, 0, 0);
|
|
254 v45 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[20]);
|
|
255 v46 = sub_414D24(20);
|
|
256 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 127, 268, v46, v45, 0, 0, 0);
|
|
257 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 142, v0, ascii_4E2C90, 0, 0, 0);
|
|
258 v47 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[21]);
|
|
259 v48 = sub_414D24(21);
|
|
260 v22 = 350;
|
|
261 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 142, v48, v47, 0, 0, 0);
|
|
262 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 163, a5, ascii_4E2C84, 0, 0, 0);
|
|
263 v49 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[22]);
|
|
264 v50 = sub_414D24(22);
|
|
265 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 163, v50, v49, 0, 0, 0);
|
|
266 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 184, a5, ascii_4E2C7C, 0, 0, 0);
|
|
267 v51 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[23]);
|
|
268 v52 = sub_414D24(23);
|
|
269 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 184, v52, v51, 0, 0, 0);
|
|
270 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 205, a5, ascii_4E2C70, 0, 0, 0);
|
|
271 v53 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[24]);
|
|
272 v54 = sub_414D24(24);
|
|
273 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 205, v54, v53, 0, 0, 0);
|
|
274 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 226, a5, ascii_4E2C68, 0, 0, 0);
|
|
275 v55 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[25]);
|
|
276 v56 = sub_414D24(25);
|
|
277 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 226, v56, v55, 0, 0, 0);
|
|
278 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 247, a5, ascii_4E2C5C, 0, 0, 0);
|
|
279 v57 = pKeyActionMap->GetVKeyDisplayName(pPrevVirtualCidesMapping[26]);
|
|
280 v58 = sub_414D24(26);
|
|
281 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 350, 247, v58, v57, 0, 0, 0);
|
|
282 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 268, a5, ascii_4E2C54, 0, 0, 0);
|
|
283 v65 = 0;
|
|
284 v64 = 0;
|
|
285 v63 = 0;
|
|
286 v62 = pKeyActionMap->GetVKeyDisplayName(pWindowList_at_506F50_minus1_indexing[0]);
|
|
287 v61 = 27;
|
|
288 }
|
|
289 v59 = sub_414D24(v61);
|
|
290 return pGUIWindow_CurrentMenu->DrawText(pFontLucida, v22, 268, v59, v62, v63, v64, v65);
|
|
291 }
|
|
292
|
|
293
|
|
294 //----- (00414D24) --------------------------------------------------------
|
|
295 unsigned int __thiscall sub_414D24(int _this)
|
|
296 {
|
|
297 int v1; // esi@1
|
|
298 unsigned int v2; // edi@1
|
|
299 unsigned int v3; // ebx@1
|
|
300 unsigned int result; // eax@1
|
|
301
|
|
302 v1 = _this;
|
|
303 v2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xCDu, 0x23u);
|
|
304 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFu, 0, 0);
|
|
305 result = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
306 if ( dword_506E68 == v1 )
|
|
307 {
|
|
308 if ( GetTickCount() % 0x3E8 <= 0x1F4 )
|
|
309 result = v3;
|
|
310 else
|
|
311 result = v2;
|
|
312 }
|
|
313 else
|
|
314 {
|
|
315 if ( KeyButtonFlagChangesArray[v1] )
|
|
316 result = dword_507C08;
|
|
317 }
|
|
318 return result;
|
|
319 }
|
|
320 // 506E68: using guessed type int dword_506E68;
|
|
321 // 506E6C: using guessed type __int16 word_506E6C[18];
|
|
322 // 507C08: using guessed type int dword_507C08;
|
|
323
|
|
324 //----- (00414D9A) --------------------------------------------------------
|
|
325 void __cdecl GameMenuUI_DrawVideoOptions()
|
|
326 {
|
|
327 const char *v0; // ST0C_4@3
|
|
328 unsigned __int16 v1; // ax@3
|
|
329 int v2; // eax@10
|
|
330 GUIWindow v3; // [sp+8h] [bp-54h]@3
|
|
331
|
|
332 pRenderer->DrawTextureIndexed(
|
|
333 8u,
|
|
334 8u,
|
|
335 (Texture *)(uTextureID_507C10 != -1 ? &pIcons_LOD->pTextures[uTextureID_507C10] : 0));
|
|
336 if ( !pRenderer->bWindowMode && GammaController::IsGammaSupported() )
|
|
337 {
|
|
338 pRenderer->DrawTextureIndexed(
|
|
339 17 * uGammaPos + 42,
|
|
340 162u,
|
|
341 (Texture *)(pTextureIDs_GammaPositions[uGammaPos] != -1 ? &pIcons_LOD->pTextures[pTextureIDs_GammaPositions[uGammaPos]] : 0));
|
|
342 pRenderer->DrawTextureRGB(0x112u, 0xA9u, &stru_506E40);
|
|
343 v3.uFrameX = 22;
|
|
344 v0 = pGlobalTXT_LocalizationStrings[226];
|
|
345 v3.uFrameY = 190;
|
|
346 v3.uFrameWidth = 211;
|
|
347 v3.uFrameHeight = 79;
|
|
348 v3.uFrameZ = 232;
|
|
349 v3.uFrameW = 268;
|
|
350 v1 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
|
|
351 v3.DrawTitleText(pFontSmallnum, 0, 0, v1, v0, 3u);
|
|
352 }
|
|
353 if ( !pRenderer->pRenderD3D )
|
|
354 {
|
|
355 pRenderer->DrawTextureIndexed(
|
|
356 0x14u,
|
|
357 0x119u,
|
|
358 (Texture *)(uTextureID_507C50 != -1 ? &pIcons_LOD->pTextures[uTextureID_507C50] : 0));
|
|
359 pRenderer->DrawTextureIndexed(
|
|
360 0x14u,
|
|
361 0x12Fu,
|
|
362 (Texture *)(uTextureID_507C54 != -1 ? &pIcons_LOD->pTextures[uTextureID_507C54] : 0));
|
|
363 v2 = uTextureID_507C58;
|
|
364 goto LABEL_12;
|
|
365 }
|
|
366 if ( pGame->uFlags2 & GAME_FLAGS_2_DRAW_BLOODSPLATS )
|
|
367 pRenderer->DrawTextureIndexed(
|
|
368 0x14u,
|
|
369 0x119u,
|
|
370 (Texture *)(uTextureID_507C14 != -1 ? &pIcons_LOD->pTextures[uTextureID_507C14] : 0));
|
|
371 if ( pRenderer->bUseColoredLights )
|
|
372 pRenderer->DrawTextureIndexed(
|
|
373 0x14u,
|
|
374 0x12Fu,
|
|
375 (Texture *)(uTextureID_507C18 != -1 ? &pIcons_LOD->pTextures[uTextureID_507C18] : 0));
|
|
376 if ( pRenderer->bTinting )
|
|
377 {
|
|
378 v2 = uTextureID_507C1C;
|
|
379 LABEL_12:
|
|
380 pRenderer->DrawTextureIndexed(0x14u, 0x145u, (Texture *)(v2 != -1 ? &pIcons_LOD->pTextures[v2] : 0));
|
|
381 }
|
|
382 }
|
|
383
|
|
384
|
|
385
|
|
386 //----- (00414F82) --------------------------------------------------------
|
|
387 void __cdecl DrawGameOptions()
|
|
388 {
|
|
389 signed int v0; // eax@1
|
|
390
|
|
391 pRenderer->DrawTextureIndexed(8, 8, (Texture *)(uTextureID_Options != -1 ? &pIcons_LOD->pTextures[uTextureID_Options] : 0));
|
|
392 pRenderer->DrawTextureIndexed(8, 132, (Texture *)(uTextureID_ControlBG[0] != -1 ? &pIcons_LOD->pTextures[uTextureID_ControlBG[0]] : 0));
|
|
393 v0 = 0;
|
|
394 if ( uTurnSpeed == 128 )
|
|
395 {
|
|
396 v0 = 2;
|
|
397 }
|
|
398 else
|
|
399 {
|
|
400 if ( uTurnSpeed == 64 )
|
|
401 v0 = 1;
|
|
402 }
|
|
403 pRenderer->DrawTextureIndexed(BtnTurnCoord[v0], 270, (Texture *)(uTextureID_ControlBG[v0 + 1] != -1 ? &pIcons_LOD->pTextures[uTextureID_ControlBG[v0 + 1]] : 0));
|
|
404 if ( bWalkSound )
|
|
405 pRenderer->DrawTextureIndexed(20, 303, (Texture *)(uTextureID_ControlBG[21] != -1 ? &pIcons_LOD->pTextures[uTextureID_ControlBG[21]] : 0));
|
|
406 if ( bShowDamage )
|
|
407 pRenderer->DrawTextureIndexed(128, 303, (Texture *)(uTextureID_ControlBG[22] != -1 ? &pIcons_LOD->pTextures[uTextureID_ControlBG[22]] : 0));
|
|
408 if ( bFlipOnExit )
|
|
409 pRenderer->DrawTextureIndexed(128, 325, (Texture *)(uTextureID_ControlBG[9] != -1 ? &pIcons_LOD->pTextures[uTextureID_ControlBG[9]] : 0));
|
|
410 if ( bAlwaysRun )
|
|
411 pRenderer->DrawTextureIndexed(20, 325, (Texture *)(uTextureID_ControlBG[20] != -1 ? &pIcons_LOD->pTextures[uTextureID_ControlBG[20]] : 0));
|
|
412 pRenderer->DrawTextureIndexed(17 * (char)uSoundVolumeMultiplier + 265, 162,
|
|
413 (Texture *)(uTextureID_ControlBG[(char)uSoundVolumeMultiplier + 10] != -1 ? &pIcons_LOD->pTextures[uTextureID_ControlBG[(char)uSoundVolumeMultiplier + 10]] : 0));
|
|
414 pRenderer->DrawTextureIndexed(17 * (char)uMusicVolimeMultiplier + 265, 216,
|
|
415 (Texture *)(uTextureID_ControlBG[(char)uMusicVolimeMultiplier + 10] != -1 ? &pIcons_LOD->pTextures[uTextureID_ControlBG[(char)uMusicVolimeMultiplier + 10]] : 0));
|
|
416 pRenderer->DrawTextureIndexed(17 * (char)uVoicesVolumeMultiplier + 265, 270,
|
|
417 (Texture *)(uTextureID_ControlBG[(char)uVoicesVolumeMultiplier + 10] != -1 ? &pIcons_LOD->pTextures[uTextureID_ControlBG[(char)uVoicesVolumeMultiplier + 10]] : 0));
|
|
418 } |