diff options
Diffstat (limited to 'src/game/bg_local.h')
-rw-r--r-- | src/game/bg_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/bg_local.h b/src/game/bg_local.h index 200ad9b2..38874b5a 100644 --- a/src/game/bg_local.h +++ b/src/game/bg_local.h @@ -31,8 +31,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define TIMER_GESTURE (34*66+50) #define TIMER_ATTACK 500 //nonsegmented models -#define OVERCLIP 1.001f - #define FALLING_THRESHOLD -900.0f //what vertical speed to start falling sound at @@ -77,7 +75,7 @@ extern float pm_spectatorfriction; extern int c_pmove; -void PM_ClipVelocity( vec3_t in, vec3_t normal, vec3_t out, float overbounce ); +void PM_ClipVelocity( vec3_t in, vec3_t normal, vec3_t out ); void PM_AddTouchEnt( int entityNum ); void PM_AddEvent( int newEvent ); |