fix merge

This commit is contained in:
Glenn Maynard
2007-05-27 19:05:00 +00:00
parent eb9aade28d
commit 1f1cf2f841
+1 -1
View File
@@ -666,7 +666,7 @@ void OptionRow::SetOptionIcon( PlayerNumber pn, const RString &sText, GameComman
{
// update bullet
Message msg( "Refresh" );
msg.SetParam( "GameCommand", gc );
msg.SetParam( "GameCommand", &gc );
m_sprBullet->HandleMessage( msg );
if( m_OptionIcons[pn] != NULL )
m_OptionIcons[pn]->Set( pn, sText, false );