diff --git a/source/player/psfly.cpp b/source/player/psfly.cpp index 735699d9e..def9d5256 100644 --- a/source/player/psfly.cpp +++ b/source/player/psfly.cpp @@ -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); }