Removed debug statement.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3076 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
b4d553ff9b
commit
f90042e2ff
@ -487,8 +487,6 @@ void Kart::handleExplosion(const Vec3& pos, bool direct_hit)
|
||||
//-----------------------------------------------------------------------------
|
||||
void Kart::update(float dt)
|
||||
{
|
||||
if(m_body->getAngularVelocity().getZ()>1.9f)
|
||||
dt=1.0f*dt;
|
||||
// if its view is blocked by plunger, decrease remaining time
|
||||
if(m_view_blocked_by_plunger > 0) m_view_blocked_by_plunger -= dt;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user