This commit is contained in:
Paul 2001-04-03 20:26:21 +00:00
parent 3e867fc4f8
commit f947f1f62c
3 changed files with 55 additions and 70 deletions

View file

@ -848,7 +848,8 @@ void CPlayer::shove( DVECTOR move )
}
cx+=dir;
}
Pos.vx=cx-dir;
if(i)
Pos.vx=cx-dir;
}
else
{
@ -881,7 +882,8 @@ void CPlayer::shove( DVECTOR move )
}
cy+=dir;
}
Pos.vy=cy-dir;
if(i)
Pos.vy=cy-dir;
}
else
{