From 616b5ea15bf22be383df083523174fbefec1cd97 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 11:19:42 +0000 Subject: Fix compiling on OSX --- src/game/bg_local.h | 2 ++ src/game/bg_pmove.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game') diff --git a/src/game/bg_local.h b/src/game/bg_local.h index 354214c9..4c582266 100644 --- a/src/game/bg_local.h +++ b/src/game/bg_local.h @@ -86,3 +86,5 @@ qboolean PM_SlideMove( qboolean gravity ); void PM_StepEvent( vec3_t from, vec3_t to, vec3_t normal ); qboolean PM_StepSlideMove( qboolean gravity, qboolean predictive ); qboolean PM_PredictStepMove( void ); + +void PM_StartTorsoAnim( int anim ); diff --git a/src/game/bg_pmove.c b/src/game/bg_pmove.c index 76ad71f3..78d22689 100644 --- a/src/game/bg_pmove.c +++ b/src/game/bg_pmove.c @@ -92,7 +92,7 @@ void PM_AddTouchEnt( int entityNum ) PM_StartTorsoAnim =================== */ -static void PM_StartTorsoAnim( int anim ) +void PM_StartTorsoAnim( int anim ) { if( pm->ps->pm_type >= PM_DEAD ) return; -- cgit