This commit is contained in:
parent
9fcc3e3c9a
commit
354eba32a8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue