This commit is contained in:
Charles 2001-08-02 16:26:54 +00:00
parent 8679995a69
commit 9bf66ef925
10 changed files with 115 additions and 26 deletions

View file

@ -26,7 +26,6 @@
class CNpcSubSharkEnemy : public CNpcBossEnemy
{
public:
void think( int _frames );
void postInit();
void render();
void shutdown();
@ -54,7 +53,6 @@ protected:
};
u8 m_salvoCount;
s32 m_invulnerableTimer;
DVECTOR m_targetPos;
u8 m_carryPlayer;
PLAYER_MODE m_oldPlayerMode;