Mercurial > mm7
changeset 447:7c6e68307484
m
author | Ritor1 |
---|---|
date | Sat, 23 Feb 2013 23:45:50 +0600 |
parents | 096c9a146ed0 |
children | ee47cc585e1b |
files | GUIWindow.cpp |
diffstat | 1 files changed, 5 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/GUIWindow.cpp Sat Feb 23 21:42:43 2013 +0600 +++ b/GUIWindow.cpp Sat Feb 23 23:45:50 2013 +0600 @@ -1072,7 +1072,6 @@ { if ( dword_F8B198 == 31 ) { -LABEL_36: sub_4B4F4F(); goto LABEL_58; } @@ -1117,10 +1116,7 @@ v15 = 3; //v13 = (char *)p2DEvents_minus1__10[13 * (unsigned int)ptr_507BC0->ptr_1C]; v13 = (char *)p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].pProprieterTitle; - v11 = v19; - v10 = 113; -LABEL_56: - v18.DrawTitleText(pFontCreate, 0x1E3u, v10, v11, v13, v15); + v18.DrawTitleText(pFontCreate, 0x1E3u, 113, v19, v13, 3); goto LABEL_57; } v15 = 3; @@ -1129,7 +1125,8 @@ } v11 = v19; v10 = v9; - goto LABEL_56; + v18.DrawTitleText(pFontCreate, 0x1E3u, v10, v11, v13, v15); + goto LABEL_57; } v4 = (char *)array_5913D8[6] - 1; pRenderer->DrawTextureIndexed(pNPCPortraits_x - 4, pNPCPortraits_y - 4, &pIcons_LOD->pTextures[uTextureID_50795C]); @@ -1211,7 +1208,8 @@ { if ( dword_F8B198 != 31 ) break; - goto LABEL_36; + sub_4B4F4F(); + goto LABEL_58; } TrainingDialog(); }