This commit is contained in:
Paul 2001-04-08 18:57:16 +00:00
parent dc3dc29e5a
commit bef68f6b0e
7 changed files with 191 additions and 79 deletions

View file

@ -25,6 +25,10 @@
#include "utils\mathtab.h"
#endif
#ifndef __PLAYER_PLAYER_H__
#include "player\player.h"
#endif
/* Std Lib
------- */
@ -90,6 +94,7 @@ DVECTOR CJellyLauncherAmmoPickup::getSizeForPlacement()
---------------------------------------------------------------------- */
void CJellyLauncherAmmoPickup::collect(class CPlayer *_player)
{
_player->giveJellyAmmo();
CBasePickup::collect(_player);
}