Mercurial > mm7
comparison GUIWindow.cpp @ 61:6c2cefdaea3e
Слияние
author | Ritor1 |
---|---|
date | Tue, 22 Jan 2013 18:41:17 +0600 |
parents | 764abc86ce90 5a08b193507f |
children | 2c0260e09693 |
comparison
equal
deleted
inserted
replaced
60:b9d70af644f3 | 61:6c2cefdaea3e |
---|---|
1367 break; | 1367 break; |
1368 v13 = (signed int)(v8 - pFont->GetLineWidth(result)) >> 1; | 1368 v13 = (signed int)(v8 - pFont->GetLineWidth(result)) >> 1; |
1369 if ( v13 < 0 ) | 1369 if ( v13 < 0 ) |
1370 v13 = 0; | 1370 v13 = 0; |
1371 pFont->DrawTextLine(uDefaultColor, v11 + v13, v12, Stra, 640); | 1371 pFont->DrawTextLine(uDefaultColor, v11 + v13, v12, Stra, 640); |
1372 v12 += LOBYTE(pFont->uFontHeight) - uLineSpacing; | 1372 v12 += pFont->uFontHeight - uLineSpacing; |
1373 result = strtok(0, "\n"); | 1373 result = strtok(0, "\n"); |
1374 } | 1374 } |
1375 return result; | 1375 return result; |
1376 } | 1376 } |
1377 // 5C6DB4: using guessed type int ui_current_text_color; | 1377 // 5C6DB4: using guessed type int ui_current_text_color; |