LoadOptionIcon -> SetOptionIcon

This commit is contained in:
Glenn Maynard
2005-07-15 05:43:10 +00:00
parent 5c441a5fdf
commit d9068e601d
5 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ void ScreenOptionsMaster::RefreshIcons( int r, PlayerNumber pn )
if( def.m_bOneChoiceForAllPlayers )
sIcon = "";
LoadOptionIcon( pn, r, sIcon );
SetOptionIcon( pn, r, sIcon );
}
void ScreenOptionsMaster::HandleScreenMessage( const ScreenMessage SM )