comparison UiGame.cpp @ 848:ceef50611567

* AI fixed (temporary) * PID_ID, PID_TYPE replaces * >> 7 error in AudioPlayer
author zipi
date Sun, 31 Mar 2013 10:44:43 +0100
parents dfd683c4f538
children 54f191fc5e1e
comparison
equal deleted inserted replaced
847:e398541aee60 848:ceef50611567
1418 else 1418 else
1419 { 1419 {
1420 if ( pParty->uFlags & 0x20 ) 1420 if ( pParty->uFlags & 0x20 )
1421 v16 = dword_5079C8; 1421 v16 = dword_5079C8;
1422 } 1422 }
1423 pRenderer->DrawTextureTransparent(pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing[pElem->uPackedID >> 3] - 4, 1423 pRenderer->DrawTextureTransparent(pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing[PID_ID(pElem->uPackedID)] - 4,
1424 0x181u, (Texture *)(v16 != -1 ? &pIcons_LOD->pTextures[v16] : 0)); 1424 0x181u, (Texture *)(v16 != -1 ? &pIcons_LOD->pTextures[v16] : 0));
1425 } 1425 }
1426 } 1426 }
1427 } 1427 }
1428 } 1428 }