This commit is contained in:
parent
9fcc3e3c9a
commit
354eba32a8
@ -155,7 +155,7 @@ void CPlayer::think(int _frames)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if(Pos.vx<0)Pos.vx=0;
|
if(Pos.vx<0)Pos.vx=0;
|
||||||
if(Pos.vy<0)Pos.vy=500;
|
if(Pos.vy<0)Pos.vy=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*----------------------------------------------------------------------
|
/*----------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user