1195 Multiplayer kart select commit 13

This commit is contained in:
Dk 2014-03-04 00:16:35 +05:30
parent 99a19ee739
commit 72346ee101
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ void SpinnerWidget::setBackgroundColor()
m_use_background_color=true;
}
int SpinnerWidget::getBackgroundColor()
bool SpinnerWidget::getBackgroundColor()
{
return m_use_background_color;
}

View File

@ -134,7 +134,7 @@ PlayerNameSpinner::PlayerNameSpinner(KartSelectionScreen* parent,
m_incorrect = false;
m_red_mark_widget = NULL;
m_parent = parent;
m_backgroundcolor = true;
m_use_background_color = true;
setBackgroundColor();//already a_use_background_color is false
setSpinnerWidgetPlayerID(m_player_id);