diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index 3961957058..7c32bc8899 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -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 );