diff --git a/Source/shared/pmove.c b/Source/shared/pmove.c index 758eea85..92c3448b 100644 --- a/Source/shared/pmove.c +++ b/Source/shared/pmove.c @@ -674,9 +674,6 @@ void PMove_Run(void) input_movevalues *= 0.50; } #endif - - Game_Input(); - PMove_WaterMove(); if (self.waterlevel >= 2) { @@ -702,4 +699,6 @@ void PMove_Run(void) self.angles[0] *= -0.333; touchtriggers(); + + Game_Input(); } diff --git a/cstrike/csprogs.dat b/cstrike/csprogs.dat index 3f83dd14..2076908b 100644 Binary files a/cstrike/csprogs.dat and b/cstrike/csprogs.dat differ diff --git a/cstrike/progs.dat b/cstrike/progs.dat index 32489a7b..01ec9159 100644 Binary files a/cstrike/progs.dat and b/cstrike/progs.dat differ diff --git a/scihunt/progs.dat b/scihunt/progs.dat index 3dd556bd..c3c4de53 100644 Binary files a/scihunt/progs.dat and b/scihunt/progs.dat differ diff --git a/valve/csprogs.dat b/valve/csprogs.dat index af804a6a..3dd04a2d 100644 Binary files a/valve/csprogs.dat and b/valve/csprogs.dat differ diff --git a/valve/menu.dat b/valve/menu.dat index ec5dfc81..d30473c8 100644 Binary files a/valve/menu.dat and b/valve/menu.dat differ diff --git a/valve/progs.dat b/valve/progs.dat index 84d3c192..18a2a948 100644 Binary files a/valve/progs.dat and b/valve/progs.dat differ