This commit is contained in:
parent
1966aa6f60
commit
2b171295b5
44 changed files with 588 additions and 603 deletions
|
@ -20,7 +20,8 @@
|
|||
#include "thing/thing.h"
|
||||
#endif
|
||||
|
||||
#include "Gfx/Skel.h"
|
||||
|
||||
//#include "Gfx/Skel.h"
|
||||
|
||||
#ifndef __ENEMY_NPCPATH_H__
|
||||
#include "enemy\npcpath.h"
|
||||
|
@ -101,8 +102,7 @@ protected:
|
|||
|
||||
int m_frame;
|
||||
int m_animNo;
|
||||
CSkel m_skel;
|
||||
TPAGE_DESC m_actorTPage;
|
||||
CActorGfx *m_actorGfx;
|
||||
DVECTOR m_drawOffset;
|
||||
};
|
||||
|
||||
|
@ -500,8 +500,7 @@ protected:
|
|||
|
||||
int m_frame;
|
||||
int m_animNo;
|
||||
CSkel m_skel;
|
||||
TPAGE_DESC m_actorTPage;
|
||||
CActorGfx *m_actorGfx;
|
||||
DVECTOR m_drawOffset;
|
||||
|
||||
virtual void collidedWith(CThing *_thisThing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue