Mercurial > mm7
comparison mm7_4.cpp @ 1018:9ac94d00012e
Merge
author | Grumpy7 |
---|---|
date | Tue, 21 May 2013 02:24:31 +0200 |
parents | c45d51b3f4f4 e865f349aa41 |
children | 6afa77761a00 |
comparison
equal
deleted
inserted
replaced
1017:af20650a052f | 1018:9ac94d00012e |
---|---|
8008 } | 8008 } |
8009 | 8009 |
8010 } | 8010 } |
8011 | 8011 |
8012 //----- (004B46A5) -------------------------------------------------------- | 8012 //----- (004B46A5) -------------------------------------------------------- |
8013 char __fastcall DrawTextAtStatusBar(const char *sText, int font_color) | 8013 void __fastcall DrawTextAtStatusBar( const char *Str, int a5 ) |
8014 { | 8014 { |
8015 int v4; // eax@1 | 8015 int v4; // eax@1 |
8016 pRenderer->DrawTextureRGB(0, 352, pTexture_StatusBar); | 8016 pRenderer->DrawTextureRGB(0, 352, pTexture_StatusBar); |
8017 v4 = pFontLucida->AlignText_Center(450, sText); | 8017 v4 = pFontLucida->AlignText_Center(450, Str); |
8018 return pPrimaryWindow->DrawText(pFontLucida, v4 + 11, 357, font_color, sText, 0, 0, 0); | 8018 pPrimaryWindow->DrawText(pFontLucida, v4 + 11, 357, a5, Str, 0, 0, 0); |
8019 } | 8019 } |
8020 | 8020 |
8021 //----- (004B46F8) -------------------------------------------------------- | 8021 //----- (004B46F8) -------------------------------------------------------- |
8022 int __fastcall sub_4B46F8(int a1) | 8022 int __fastcall sub_4B46F8(int a1) |
8023 { | 8023 { |