Mercurial > mm7
comparison UIOptions.cpp @ 1006:e865f349aa41
ui cleanup
author | Gloval |
---|---|
date | Sat, 18 May 2013 22:01:26 +0400 |
parents | a079c489118d |
children | 9ac94d00012e |
comparison
equal
deleted
inserted
replaced
1004:eac5af72b614 | 1006:e865f349aa41 |
---|---|
50 | 50 |
51 | 51 |
52 | 52 |
53 | 53 |
54 //----- (004142D3) -------------------------------------------------------- | 54 //----- (004142D3) -------------------------------------------------------- |
55 char __cdecl GameMenuUI_DrawKeyBindings() | 55 void GameMenuUI_DrawKeyBindings() |
56 { | 56 { |
57 unsigned int v0; // ebp@1 | 57 unsigned int v0; // ebp@1 |
58 int v1; // ecx@2 | 58 int v1; // ecx@2 |
59 unsigned int v2; // eax@6 | 59 unsigned int v2; // eax@6 |
60 GUIWindow *v3; // edx@6 | 60 GUIWindow *v3; // edx@6 |
282 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 268, a5, "ÏÐÈÇÅÌË", 0, 0, 0); | 282 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 247, 268, a5, "ÏÐÈÇÅÌË", 0, 0, 0); |
283 | 283 |
284 v62 = pKeyActionMap->GetVKeyDisplayName(pWindowList_at_506F50_minus1_indexing[0]); | 284 v62 = pKeyActionMap->GetVKeyDisplayName(pWindowList_at_506F50_minus1_indexing[0]); |
285 v59 = sub_414D24(27); | 285 v59 = sub_414D24(27); |
286 } | 286 } |
287 return pGUIWindow_CurrentMenu->DrawText(pFontLucida, v22, 268, v59, v62, 0, 0, 0); | 287 pGUIWindow_CurrentMenu->DrawText(pFontLucida, v22, 268, v59, v62, 0, 0, 0); |
288 } | 288 } |
289 | 289 |
290 | 290 |
291 //----- (00414D24) -------------------------------------------------------- | 291 //----- (00414D24) -------------------------------------------------------- |
292 unsigned int __thiscall sub_414D24(int _this) | 292 unsigned int __thiscall sub_414D24(int _this) |