- Joined
- Aug 5, 2010
- Messages
- 316
- Reaction score
- 87
Guys, i really cant find out how i change the Hero icon to the 3rd jobs one. I think its here but i don't know what to change.
#ifdef __3RD_LEGEND16
else if(checkhero == LEGEND_CLASS_HERO_3RD) //¿µ¿õÀÏ °æ¿ì.
{
pTexture = g_Neuz.m_pHeroIcon;
if(pTexture != NULL)
{
point.y -= pTexture->m_size.cy
pTexture->Render( &g_Neuz.m_2DRender, point );
}
Can someone help me please!?
#ifdef __3RD_LEGEND16
else if(checkhero == LEGEND_CLASS_HERO_3RD) //¿µ¿õÀÏ °æ¿ì.
{
pTexture = g_Neuz.m_pHeroIcon;
if(pTexture != NULL)
{
point.y -= pTexture->m_size.cy
pTexture->Render( &g_Neuz.m_2DRender, point );
}
Can someone help me please!?

