summaryrefslogtreecommitdiff
path: root/src/game/bg_pmove.c
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/bg_pmove.c
parent301fd365934eebeb9322de4191ff77fb1d274cd1 (diff)
Fix compiling on OSX
Diffstat (limited to 'src/game/bg_pmove.c')
-rw-r--r--src/game/bg_pmove.c2
1 files changed, 1 insertions, 1 deletions
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;