Fixed bottom back button in new input screen
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5409 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -343,7 +343,7 @@ void OptionsScreenInput2::eventCallback(Widget* widget, const std::string& name,
|
||||
}
|
||||
else if (name == "back")
|
||||
{
|
||||
StateManager::get()->escapePressed();
|
||||
StateManager::get()->popMenu();
|
||||
}
|
||||
else if (name == "actions")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user