mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-19 16:11:28 +00:00
Ramp jumping = better ln 460 in bg_pmove.c
This commit is contained in:
parent
9e2222ecf1
commit
50d1af5408
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ static qboolean PM_CheckJump( void ) {
|
|||
Com_Printf("^4Hit a double jump^7\n");
|
||||
// Com_Printf("%i:CPM->Double Jump, after %ims\n", c_pmove, (pm->jumpTime - pm->ps->stats[STAT_JUMPTIME]));
|
||||
} else {
|
||||
pm->ps->velocity[2] = JUMP_VELOCITY;
|
||||
pm->ps->velocity[2] += JUMP_VELOCITY;
|
||||
}
|
||||
pm->ps->stats[STAT_JUMPTIME] = 400; // Time that the second jump is within to get the higher jump
|
||||
// end Blaze
|
||||
|
|
Loading…
Reference in a new issue