Removed accidentally committed debug prints
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5773 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
7c6dc77365
commit
cf7838db70
@ -62,12 +62,9 @@ RacePausedDialog::~RacePausedDialog()
|
||||
|
||||
void RacePausedDialog::loadedFromFile()
|
||||
{
|
||||
printf("==== RacePausedDialog::loadedFromFile() ====\n");
|
||||
|
||||
// disable the "restart" button in GPs
|
||||
if (race_manager->getMajorMode() != RaceManager::MAJOR_MODE_SINGLE)
|
||||
{
|
||||
printf("==== REMOVING restart button ====\n");
|
||||
GUIEngine::RibbonWidget* choice_ribbon =
|
||||
getWidget<GUIEngine::RibbonWidget>("choiceribbon");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user