diff 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
line wrap: on
line diff
--- a/mm7_1.cpp	Sun Jan 20 20:52:13 2013 +0000
+++ b/mm7_1.cpp	Sun Jan 20 21:58:23 2013 +0000
@@ -623,8 +623,8 @@
   sprintf(
     Source,
     pGlobalTXT_LocalizationStrings[429],
-    &stru_AA1058[3].pSounds[6972 * v1 + 40720],
-    pClassNames[stru_AA1058[3].pSounds[6972 * v1 + 40737]]);
+	&pParty->pPlayers[v1-1].pName,//&stru_AA1058[3].pSounds[6972 * v1 + 40720],
+	&pClassNames[pParty->pPlayers[v1-1].uClass]);//&pClassNames[stru_AA1058[3].pSounds[6972 * v1 + 40737]]);
   strcat(pTmpBuf, Source);
   strcat(pTmpBuf, "\xC" "00000");
   pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, 18, 0, pTmpBuf, 0, 0, 0);