This commit is contained in:
parent
bee58f4672
commit
e207952658
7 changed files with 46 additions and 7 deletions
|
@ -51,6 +51,13 @@ private:
|
|||
int m_glintRot;
|
||||
};
|
||||
|
||||
class CBalloonAndSpatulaPickup : public CSpatulaPickup
|
||||
{
|
||||
protected:
|
||||
virtual void thinkPickup(int _frames);
|
||||
virtual void renderPickup(DVECTOR *_pos);
|
||||
};
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Globals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue