Forgot to remove this define in pmove

This commit is contained in:
Marco Cawthorne 2022-07-14 21:09:18 -07:00
parent 93ba8c6cc9
commit 5ad849697e
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 2 deletions

View File

@ -58,13 +58,11 @@ int saved_input_buttons;
void
NSClientPlayer::Physics_Fall(float flDownforce)
{
#if 0
/* apply some predicted punch to the player */
if (flDownforce >= PHY_FALLDMG_DISTANCE)
punchangle += [15,0,(input_sequence & 1) ? 15 : -15];
else if (flDownforce >= PHY_FALL_DISTANCE)
punchangle += [15,0,0];
#endif
/* basic server-side falldamage */
#ifdef SERVER