diff --git a/src/modes/standard_race.cpp b/src/modes/standard_race.cpp index 7edbbf9da..115f732ca 100644 --- a/src/modes/standard_race.cpp +++ b/src/modes/standard_race.cpp @@ -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()