This commit is contained in:
parent
8679995a69
commit
9bf66ef925
10 changed files with 115 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue