mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-20 19:02:08 +00:00
oops, small mistake
This commit is contained in:
parent
87b9648e74
commit
0ef2a4ef70
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.84 2002/07/08 04:34:41 niceass
|
||||
// oops, small mistake
|
||||
//
|
||||
// Revision 1.83 2002/07/08 04:34:15 niceass
|
||||
// changes to gravity and stuff
|
||||
//
|
||||
|
@ -1272,7 +1275,7 @@ static void PM_GroundTrace(void)
|
|||
}
|
||||
*/
|
||||
|
||||
if (pm->ps->velocity[2] > 160) { // NiceAss: This is here for slope acceleration!
|
||||
if (pm->ps->velocity[2] > 180) { // NiceAss: This is here for slope acceleration!
|
||||
if (pm->debugLevel) {
|
||||
Com_Printf("%i:slopeslide\n", c_pmove);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue