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:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user