comparison mm7_1.cpp @ 42:2bcc7b24c831

stats screen fixes, and boundary fixes
author zipi
date Sun, 20 Jan 2013 21:58:23 +0000
parents fc3016f5a07a
children d7e3f844fc2e
comparison
equal deleted inserted replaced
41:fc3016f5a07a 42:2bcc7b24c831
621 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0)); 621 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0));
622 sprintf(pTmpBuf, "%s ", pGlobalTXT_LocalizationStrings[23], v2);// TODO check args 622 sprintf(pTmpBuf, "%s ", pGlobalTXT_LocalizationStrings[23], v2);// TODO check args
623 sprintf( 623 sprintf(
624 Source, 624 Source,
625 pGlobalTXT_LocalizationStrings[429], 625 pGlobalTXT_LocalizationStrings[429],
626 &stru_AA1058[3].pSounds[6972 * v1 + 40720], 626 &pParty->pPlayers[v1-1].pName,//&stru_AA1058[3].pSounds[6972 * v1 + 40720],
627 pClassNames[stru_AA1058[3].pSounds[6972 * v1 + 40737]]); 627 &pClassNames[pParty->pPlayers[v1-1].uClass]);//&pClassNames[stru_AA1058[3].pSounds[6972 * v1 + 40737]]);
628 strcat(pTmpBuf, Source); 628 strcat(pTmpBuf, Source);
629 strcat(pTmpBuf, "\xC" "00000"); 629 strcat(pTmpBuf, "\xC" "00000");
630 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, 18, 0, pTmpBuf, 0, 0, 0); 630 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, 18, 0, pTmpBuf, 0, 0, 0);
631 result = dword_506528; 631 result = dword_506528;
632 a1.uFrameX = 12; 632 a1.uFrameX = 12;