removed debug code that should not have been comitted

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2571 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-12-04 00:08:40 +00:00
parent ff70a14f6f
commit a97879e279

View File

@ -98,9 +98,6 @@ void StandardRace::getDefaultCollectibles(int& collectible_type, int& amount)
amount = race_manager->getNumLaps();
}
else World::getDefaultCollectibles(collectible_type, amount);
collectible_type = POWERUP_BOWLING;
amount = 5;
}
//-----------------------------------------------------------------------------
bool StandardRace::enableBonusBoxes()