Skip to content

Commit

Permalink
[SP] Remove leftover debug message from bunny-hopping code
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Feb 17, 2016
1 parent 1608cc3 commit cc63eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/bg_pmove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,6 @@ int PM_GetLandingAnim( void )
//stick landings some
pm->ps->velocity[0] *= 0.5f;
pm->ps->velocity[1] *= 0.5f;
Com_Printf( "sticking landing\n" );
}
break;
case BOTH_JUMPBACK1:
Expand Down

0 comments on commit cc63eca

Please sign in to comment.