diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 11:19:42 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:14:53 +0000 |
commit | 616b5ea15bf22be383df083523174fbefec1cd97 (patch) | |
tree | 9e92b543f0c46e1224ffcf39ec6699046bfce32b /src/game/bg_pmove.c | |
parent | 301fd365934eebeb9322de4191ff77fb1d274cd1 (diff) |
Fix compiling on OSX
Diffstat (limited to 'src/game/bg_pmove.c')
-rw-r--r-- | src/game/bg_pmove.c | 2 |
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; |