Skip to content

Commit

Permalink
ok?
Browse files Browse the repository at this point in the history
  • Loading branch information
videoP committed Oct 11, 2018
1 parent 6e6a924 commit 8f47b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codemp/game/bg_pmove.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ qboolean BG_KnockDownable(playerState_t *ps)
return qtrue;
}

extern qboolean BG_InKnockDown(int anim);
qboolean BG_CanJetpack(playerState_t *ps)
{
if (!(ps->stats[STAT_HOLDABLE_ITEMS] & (1 << HI_JETPACK)))
Expand Down

0 comments on commit 8f47b99

Please sign in to comment.