1195 Multiplayer kart selection commit 21

This commit is contained in:
Dk 2014-03-06 23:39:33 +05:30
parent 7c8a32a10e
commit 52e910a438

View File

@ -40,7 +40,7 @@ namespace GUIEngine
{
public:
class ISpinnerConfirmListener
{
{
public:
virtual ~ISpinnerConfirmListener() {}
@ -69,8 +69,6 @@ namespace GUIEngine
*/
bool m_gauge;
//for setting background
// bool m_use_background_color;
/** \brief Whether to wrap back to the first value when going "beyond" the last value */
bool m_wrap_around;