This commit is contained in:
Paul 2001-05-29 18:22:49 +00:00
parent dc14c36d6c
commit 6e16891116
4 changed files with 106 additions and 26 deletions

View file

@ -113,8 +113,14 @@ private:
class CBaseWeaponPickup : public CBasePickup
{
public:
virtual void init();
virtual void think(int _frames);
protected:
virtual void collidedWith(CThing *_thisThing);
int m_dontAutoPickUpUntilPlayerMovesOffMe;
int m_collidedWithPlayer;
};