Disabled easter egg mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12443 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
c79b4f011d
commit
6dd7bdc4b6
@ -236,6 +236,7 @@ void RaceSetupScreen::init()
|
||||
name4 += _("Hit others with weapons until they lose all their lives. (Only in multiplayer games)");
|
||||
w2->addItem( name4, IDENT_STRIKES, RaceManager::getIconOf(RaceManager::MINOR_MODE_3_STRIKES));
|
||||
}
|
||||
#ifdef ENABLE_EASTER_EGG_MODE
|
||||
{
|
||||
irr::core::stringw name1 = irr::core::stringw(
|
||||
RaceManager::getNameOf(RaceManager::MINOR_MODE_EASTER_EGG)) + L"\n";
|
||||
@ -245,7 +246,7 @@ void RaceSetupScreen::init()
|
||||
w2->addItem( name1, IDENT_EASTER,
|
||||
RaceManager::getIconOf(RaceManager::MINOR_MODE_EASTER_EGG));
|
||||
}
|
||||
|
||||
#endif
|
||||
w2->updateItemDisplay();
|
||||
|
||||
// restore saved game mode
|
||||
|
Loading…
Reference in New Issue
Block a user