This commit is contained in:
Paul 2001-05-14 13:59:02 +00:00
parent b8335160dd
commit 5ebc73e91c

View file

@ -606,7 +606,6 @@ void CPlayerModeBase::jump()
moveVel.vy=-getPlayerMetrics()->m_metric[PM__JUMP_VELOCITY]<<VELOCITY_SHIFT; moveVel.vy=-getPlayerMetrics()->m_metric[PM__JUMP_VELOCITY]<<VELOCITY_SHIFT;
setMoveVelocity(&moveVel); setMoveVelocity(&moveVel);
} }
int barg=5;
void CPlayerModeBase::jumpback() void CPlayerModeBase::jumpback()
{ {
DVECTOR moveVel; DVECTOR moveVel;