PHP Code:
CString str;
for( i=0; i<CUSTOM_LOGO_MAX; i++ )
{
str.Format( "Icon_CloakSLogo%02d.jpg", i+1 );
if( !m_pTextureLogo[i].LoadTexture( g_Neuz.GetDevice(), MakePath( DIR_ICON, str ), D3DCOLOR_XRGB(0,0,0), FALSE ) )
{
Error( "±æµå ·Î°í ÅØ½ºÃÄ ·Îµù ½ÇÆÐ : %s", str );
}
}
hab nicht wirklich geschaut aber das sollte das richtige sein.
WndWorld.cpp bei mir Zeile 3671