This commit is contained in:
Daveo 2001-04-01 20:22:49 +00:00
parent 1966aa6f60
commit 2b171295b5
44 changed files with 588 additions and 603 deletions

View file

@ -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);