This commit is contained in:
parent
1cb38b14cc
commit
b6e036bf51
62 changed files with 134 additions and 149 deletions
|
@ -27,9 +27,9 @@ class CNpcSubSharkEnemy : public CNpcBossEnemy
|
|||
{
|
||||
public:
|
||||
virtual void think( int _frames );
|
||||
virtual void postInit();
|
||||
void postInit();
|
||||
void render();
|
||||
virtual void shutdown();
|
||||
void shutdown();
|
||||
protected:
|
||||
//virtual void processClose( int _frames );
|
||||
virtual s32 getFrameShift( int _frames );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue