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:
auria
2010-05-07 18:00:19 +00:00
parent 803c25475f
commit 4a66d148c9

View File

@@ -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")
{