This commit is contained in:
Charles 2001-06-08 15:02:29 +00:00
parent fe09f84333
commit 6742515647
4 changed files with 27 additions and 12 deletions

View file

@ -741,6 +741,9 @@ if(newmode!=-1)
m_tryingToManuallyPickupWeapon=false;
m_tryingToAutomaticallyPickupWeapon=false;
m_xMove = Pos.vx;
for(i=0;i<_frames;i++)
{
updatePadInput();
@ -1022,6 +1025,8 @@ if(newmode!=-1)
playAnimFrameSfx(m_animNo,m_animFrame);
}
m_xMove = Pos.vx - m_xMove;
// Out of water and wearing helmet..?
ASSERT(!(getIsInWater()==false&&isWearingDivingHelmet()==false));
if(isWearingDivingHelmet()&&getIsInWater()==false&&