This commit is contained in:
parent
306b6e9011
commit
0c9df556f0
5 changed files with 24 additions and 3 deletions
|
@ -21,8 +21,13 @@
|
|||
class CNpcShellEnemy : public CNpcEnemy
|
||||
{
|
||||
public:
|
||||
virtual void postInit();
|
||||
virtual void render();
|
||||
virtual int getFrameCount() {return( 1 );}
|
||||
virtual int getFrame() {return( m_shellType );}
|
||||
protected:
|
||||
|
||||
u8 m_shellType;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue