removed ignore walls bonus (sorry clément :( )

This commit is contained in:
HENRY Benjamin
2021-06-09 12:15:01 +02:00
parent 5c357af61d
commit 93a4fa792c
7 changed files with 4 additions and 33 deletions

View File

@@ -23,11 +23,6 @@ namespace BBM
playerBonus.nextSpeedBonusRate = playerBonus.speedBonusRate;
controllable.speed = 0.25f;
}
playerBonus.nextIgnoreWallsBonusRate -= dtime;
if (playerBonus.nextIgnoreWallsBonusRate <= 0ns) {
playerBonus.nextIgnoreWallsBonusRate = playerBonus.ignoreWallsBonusRate;
//holder.ignoreWalls = false;
}
playerBonus.nextDamageBonusRate -= dtime;
if (playerBonus.nextDamageBonusRate <= 0ns) {
playerBonus.nextDamageBonusRate = playerBonus.damageBonusRate;