cleanup
This commit is contained in:
@@ -27,7 +27,7 @@ ScoreDisplayBattle::ScoreDisplayBattle()
|
||||
}
|
||||
|
||||
CStringArray asIconPaths;
|
||||
GetDirListing( THEME->GetCurThemeDir()+"Graphic/ScoreDisplayBattle icon*.*", asIconPaths );
|
||||
GetDirListing( THEME->GetCurThemeDir()+"Graphic/ScoreDisplayBattle icon*", asIconPaths );
|
||||
for( unsigned j=0; j<asIconPaths.size(); j++ )
|
||||
m_TexturePreload.Load( asIconPaths[j] );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user