changeset 55:a3e1017bfc21

Слияние
author Ritor1
date Mon, 21 Jan 2013 01:35:04 +0600
parents 86d05cff0a35 (diff) c3a02d80c84c (current diff)
children 7082a3f95e7c
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mm7_4.cpp	Sun Jan 20 19:32:08 2013 +0000
+++ b/mm7_4.cpp	Mon Jan 21 01:35:04 2013 +0600
@@ -3245,7 +3245,7 @@
     if (pPlayer->field_1AA2 != pFrame->uTextureID - 1 || v22 )
     {
       pPlayer->field_1AA2 = pFrame->uTextureID - 1;
-      pFace = (Texture *)pTextures_PlayerFaces[i][pPlayer->field_1AA2];
+      pFace = (Texture *)pTextures_PlayerFaces[i][pPlayer->field_1AA2];//pFace = (Texture *)pTextures_PlayerFaces[i][pFrame->uTextureID];
       pPortrait = pFace;
       v9 = pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing[i];
       if ( pParty->pPartyBuffs[11].uExpireTime )