This commit is contained in:
parent
0dcd0ddb68
commit
3ae08ab458
4 changed files with 47 additions and 38 deletions
|
@ -116,7 +116,6 @@ public:
|
|||
|
||||
bool canBeSuckedUp();
|
||||
bool suckUp( DVECTOR *suckPos, int _frames );
|
||||
virtual void fireAsProjectile( s16 heading );
|
||||
|
||||
protected:
|
||||
class CLayerCollision *m_layerCollision;
|
||||
|
@ -253,7 +252,7 @@ protected:
|
|||
void reinit();
|
||||
|
||||
void processCoralBlower( int _frames );
|
||||
bool processCoralBlowerMovement( int _frames, s32 xDist, s32 yDist );
|
||||
bool processCoralBlowerMovement( int _frames, s32 xDist, s32 yDist, u8 destroyAtTarget );
|
||||
|
||||
// data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue