Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 10, 2020
1 parent d20fc9a commit ef1ba93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/apps/plugins/heretic/src/p_pspr.c
Expand Up @@ -1254,6 +1254,9 @@ void C_DECL A_FirePhoenixPL2(player_t* player, pspdef_t* psp)

void C_DECL A_ShutdownPhoenixPL2(player_t *player, pspdef_t *psp)
{
if(IS_CLIENT)
return;

P_ShotAmmo(player);
}

Expand Down

0 comments on commit ef1ba93

Please sign in to comment.