Mercurial > mm7
comparison UI/UICharacter.cpp @ 1647:511cd6dd1048
_43ED6F_check_party_races to IsDwarfPresentInParty
author | Grumpy7 |
---|---|
date | Sun, 15 Sep 2013 03:08:12 +0200 |
parents | 61ea994a1812 |
children | a4390cef284c |
comparison
equal
deleted
inserted
replaced
1621:25d3f9e43634 | 1647:511cd6dd1048 |
---|---|
1808 paperdoll_helm_texture[i][13] = pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE); | 1808 paperdoll_helm_texture[i][13] = pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE); |
1809 GetItemTextureFilename(pContainer, 532, i + 1, 0); | 1809 GetItemTextureFilename(pContainer, 532, i + 1, 0); |
1810 paperdoll_helm_texture[i][14] = pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE); | 1810 paperdoll_helm_texture[i][14] = pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE); |
1811 GetItemTextureFilename(pContainer, 544, i + 1, 0); | 1811 GetItemTextureFilename(pContainer, 544, i + 1, 0); |
1812 paperdoll_helm_texture[i][15] = pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE); | 1812 paperdoll_helm_texture[i][15] = pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE); |
1813 if ( _43ED6F_check_party_races(true) ) | 1813 if ( IsDwarfPresentInParty(true) ) //the phynaxian helm uses a slightly different graphic for dwarves |
1814 papredoll_dbrds[11] = pIcons_LOD->LoadTexture("item092v3", TEXTURE_16BIT_PALETTE); | 1814 papredoll_dbrds[11] = pIcons_LOD->LoadTexture("item092v3", TEXTURE_16BIT_PALETTE); |
1815 } | 1815 } |
1816 //v43 = 0; | 1816 //v43 = 0; |
1817 for (uint i = 0; i < 4; ++i) | 1817 for (uint i = 0; i < 4; ++i) |
1818 { | 1818 { |