fixed tabs introduced by Robert's patch
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3282 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
b02992455f
commit
35a157fd74
@ -59,7 +59,7 @@ namespace StateManager
|
|||||||
w->updateItemDisplay();
|
w->updateItemDisplay();
|
||||||
|
|
||||||
GUIEngine::SpinnerWidget* w2 = dynamic_cast<GUIEngine::SpinnerWidget*>
|
GUIEngine::SpinnerWidget* w2 = dynamic_cast<GUIEngine::SpinnerWidget*>
|
||||||
(GUIEngine::getCurrentScreen()->getWidget("player"));
|
(GUIEngine::getCurrentScreen()->getWidget("player"));
|
||||||
assert( w2 != NULL );
|
assert( w2 != NULL );
|
||||||
w2->addLabel("Hiker");
|
w2->addLabel("Hiker");
|
||||||
w2->addLabel("Auria");
|
w2->addLabel("Auria");
|
||||||
@ -67,7 +67,7 @@ namespace StateManager
|
|||||||
w2->addLabel("MiniBjorn");
|
w2->addLabel("MiniBjorn");
|
||||||
|
|
||||||
GUIEngine::ModelViewWidget* w3 = dynamic_cast<GUIEngine::ModelViewWidget*>
|
GUIEngine::ModelViewWidget* w3 = dynamic_cast<GUIEngine::ModelViewWidget*>
|
||||||
(GUIEngine::getCurrentScreen()->getWidget("modelview"));
|
(GUIEngine::getCurrentScreen()->getWidget("modelview"));
|
||||||
|
|
||||||
assert( w3 != NULL );
|
assert( w3 != NULL );
|
||||||
|
|
||||||
@ -88,10 +88,10 @@ namespace StateManager
|
|||||||
main_loop->abort();
|
main_loop->abort();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if (selection == "options")
|
else if (selection == "options")
|
||||||
{
|
{
|
||||||
pushMenu("options.stkgui");
|
pushMenu("options.stkgui");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// -- kart selection screen
|
// -- kart selection screen
|
||||||
|
Loading…
Reference in New Issue
Block a user