summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2009-10-03 11:19:42 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:14:53 +0000
commit616b5ea15bf22be383df083523174fbefec1cd97 (patch)
tree9e92b543f0c46e1224ffcf39ec6699046bfce32b /src/game
parent301fd365934eebeb9322de4191ff77fb1d274cd1 (diff)
Fix compiling on OSX
Diffstat (limited to 'src/game')
-rw-r--r--src/game/bg_local.h2
-rw-r--r--src/game/bg_pmove.c2
2 files changed, 3 insertions, 1 deletions
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;