This commit is contained in:
Paul 2001-01-22 15:03:14 +00:00
parent 9fcc3e3c9a
commit 354eba32a8

View File

@ -155,7 +155,7 @@ void CPlayer::think(int _frames)
}
#endif
if(Pos.vx<0)Pos.vx=0;
if(Pos.vy<0)Pos.vy=500;
if(Pos.vy<0)Pos.vy=0;
}
/*----------------------------------------------------------------------