Removed reference to removed kart in test screen

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6064 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2010-09-19 18:21:20 +00:00
parent 734aa6e411
commit 6411bd6e3b

View File

@@ -177,7 +177,7 @@ void MainMenuScreen::eventCallback(Widget* widget, const std::string& name, cons
else if (i % 4 == 2)
{
GrandPrixWin* scene = GrandPrixWin::getInstance();
const std::string winners[] = { "mriceblock", "nolok", "pidgin" };
const std::string winners[] = { "tux", "nolok", "pidgin" };
StateManager::get()->pushScreen(scene);
scene->setKarts( winners );
}