Remove the dead elephpant
This commit is contained in:
parent
66d1ea802d
commit
e57c2bbbd3
@ -293,7 +293,7 @@ void MainMenuScreen::eventCallback(Widget* widget, const std::string& name,
|
|||||||
race_manager->startSingleRace("gpwin", 999, false);
|
race_manager->startSingleRace("gpwin", 999, false);
|
||||||
GrandPrixWin* scene = GrandPrixWin::getInstance();
|
GrandPrixWin* scene = GrandPrixWin::getInstance();
|
||||||
scene->push();
|
scene->push();
|
||||||
const std::string winners[] = { "elephpant", "nolok", "pidgin" };
|
const std::string winners[] = { "kiki", "nolok", "pidgin" };
|
||||||
scene->setKarts(winners);
|
scene->setKarts(winners);
|
||||||
}
|
}
|
||||||
else if (selection == "test_gplose")
|
else if (selection == "test_gplose")
|
||||||
@ -308,7 +308,7 @@ void MainMenuScreen::eventCallback(Widget* widget, const std::string& name,
|
|||||||
scene->push();
|
scene->push();
|
||||||
std::vector<std::string> losers;
|
std::vector<std::string> losers;
|
||||||
losers.push_back("nolok");
|
losers.push_back("nolok");
|
||||||
losers.push_back("elephpant");
|
losers.push_back("kiki");
|
||||||
//losers.push_back("wilber");
|
//losers.push_back("wilber");
|
||||||
//losers.push_back("tux");
|
//losers.push_back("tux");
|
||||||
scene->setKarts(losers);
|
scene->setKarts(losers);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user