Removed adjusting the plunger height (which was overcompensating,
resulting in the plunger being pushed into the ground). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6732 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -105,7 +105,7 @@ Plunger::Plunger(Kart *kart) : Flyable(kart, PowerupManager::POWERUP_PLUNGER)
|
||||
}
|
||||
|
||||
//adjust height according to terrain
|
||||
setAdjustUpVelocity(true);
|
||||
setAdjustUpVelocity(false);
|
||||
|
||||
// pulling back makes no sense in battle mode, since this mode is not a race.
|
||||
// so in battle mode, always hide view
|
||||
|
||||
Reference in New Issue
Block a user