Skip to content

Commit 8f47b99

Browse files
committed
ok?
1 parent 6e6a924 commit 8f47b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codemp/game/bg_pmove.c

+1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ qboolean BG_KnockDownable(playerState_t *ps)
319319
return qtrue;
320320
}
321321

322+
extern qboolean BG_InKnockDown(int anim);
322323
qboolean BG_CanJetpack(playerState_t *ps)
323324
{
324325
if (!(ps->stats[STAT_HOLDABLE_ITEMS] & (1 << HI_JETPACK)))

0 commit comments

Comments
 (0)