This commit is contained in:
Charles 2001-05-04 22:34:23 +00:00
parent 0000a0bbe5
commit a25bbc13fb
7 changed files with 89 additions and 2 deletions

View file

@ -115,7 +115,7 @@ public:
bool canBeSuckedUp();
bool suckUp( DVECTOR *suckPos, int _frames );
void fireAsProjectile( s16 heading );
virtual void fireAsProjectile( s16 heading );
protected:
class CLayerCollision *m_layerCollision;