From 222f357125956b8457878f130d9e02246897f7c3 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 13 Feb 2001 00:14:11 +0000 Subject: [PATCH] --- source/player/psfly.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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); }