1195 Multiplayer karts selection screen commit 20
This commit is contained in:
@@ -325,7 +325,6 @@ namespace GUIEngine
|
||||
// dirty way to have dialogs that zoom in
|
||||
bool m_dialog;
|
||||
float m_dialog_size;
|
||||
|
||||
/**
|
||||
* \brief load a skin from the file specified in the user configuration file
|
||||
* \throw std::runtime_error if file cannot be read
|
||||
|
||||
@@ -110,7 +110,7 @@ void SpinnerWidget::add()
|
||||
m_element = btn;
|
||||
|
||||
m_element->setTabOrder( m_element->getID() );
|
||||
|
||||
|
||||
// left arrow
|
||||
rect<s32> subsize_left_arrow = rect<s32>(0 ,0, m_h, m_h);
|
||||
IGUIButton * left_arrow = GUIEngine::getGUIEnv()->addButton(subsize_left_arrow, btn, getNewNoFocusID(), L" ");
|
||||
|
||||
@@ -216,7 +216,7 @@ public:
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
/** Remove any red mark set with 'markAsIncorrect' */
|
||||
void markAsCorrect();
|
||||
void markAsCorrect();
|
||||
};
|
||||
|
||||
/** A widget representing the kart selection for a player (i.e. the player's
|
||||
|
||||
Reference in New Issue
Block a user