This commit is contained in:
parent
fe09f84333
commit
6742515647
4 changed files with 27 additions and 12 deletions
|
@ -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&&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue