Remove no-longer-needed code
It doesn't compile with this anymore, and the issue it fixed seems gone anyways.
This commit is contained in:
parent
b0c061290f
commit
ded672ea0d
@ -368,9 +368,6 @@ void Skidding::update(int ticks, bool is_on_ground,
|
||||
// Some karts might use a graphical-only jump. Set it up:
|
||||
m_remaining_jump_time = kp->getSkidGraphicalJumpTime();
|
||||
|
||||
// Don't "play-sound-than-pause-sound-when-jumping-then-play-sound-when-jump-done"
|
||||
m_gfx_jump_offset = 0.001f;
|
||||
|
||||
#ifdef SKID_DEBUG
|
||||
#define SPEED 20.0f
|
||||
m_real_steering = updateSteering(steering, dt);
|
||||
|
Loading…
Reference in New Issue
Block a user