Closed schwal10 closed 2 years ago
Fix bug where objects can go faster than their max speed if repeatedly hit by the player or asteroids.
Technically this is fine, the MAX_SPEED value only counts when being used to calculated acceleration. So there is nothing wrong with an object like the QuadBlaster to be accelerated to high speeds.
Won't Fix.
Fix bug where objects can go faster than their max speed if repeatedly hit by the player or asteroids.