Disable accidentally committed DEBUG_MENU_ITEM macro
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10861 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
5ae58258df
commit
6e793689d8
@ -15,7 +15,7 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
#define DEBUG_MENU_ITEM 1
|
||||
#define DEBUG_MENU_ITEM 0
|
||||
|
||||
#include "states_screens/main_menu_screen.hpp"
|
||||
|
||||
@ -189,7 +189,7 @@ void MainMenuScreen::eventCallback(Widget* widget, const std::string& name,
|
||||
FeatureUnlockedCutScene* scene =
|
||||
FeatureUnlockedCutScene::getInstance();
|
||||
|
||||
scene->addTrophy(RaceManager::RD_HARD);
|
||||
scene->addTrophy(RaceManager::RD_EASY);
|
||||
StateManager::get()->pushScreen(scene);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user