This commit is contained in:
Paul 2001-02-13 00:14:11 +00:00
parent 90624d2290
commit 222f357125

View File

@ -64,6 +64,11 @@
---------------------------------------------------------------------- */
void CPlayerStateFly::enter(CPlayer *_player)
{
DVECTOR move;
move.vx=0;
move.vy=0;
setMoveVelocity(_player,&move);
setAnimNo(_player,ANIM_PLAYER_ANIM_IDLEHOOLA);
}