1195 Multiplayer kart select commit 13
This commit is contained in:
parent
99a19ee739
commit
72346ee101
@ -186,7 +186,7 @@ void SpinnerWidget::setBackgroundColor()
|
||||
|
||||
m_use_background_color=true;
|
||||
}
|
||||
int SpinnerWidget::getBackgroundColor()
|
||||
bool SpinnerWidget::getBackgroundColor()
|
||||
{
|
||||
return m_use_background_color;
|
||||
}
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user