remove return (SPEED UP) in bonus

This commit is contained in:
Askou
2021-06-17 14:47:23 +02:00
parent ffda04b785
commit eef7c1ae25

View File

@@ -58,7 +58,6 @@ namespace BBM {
Bonus::BonusType Bonus::getRandomBonusType()
{
return (SPEEDUP);
static std::default_random_engine generator(time(nullptr));
std::map<BonusType, float> chanceValue = {
{NOTHING, 100.0f},