This commit is contained in:
Charles 2001-03-22 19:10:19 +00:00
parent c7bd25dabd
commit c846365a1b
3 changed files with 21 additions and 4 deletions

View file

@ -103,6 +103,7 @@ protected:
int m_animNo;
CSkel m_skel;
TPAGE_DESC m_actorTPage;
DVECTOR m_drawOffset;
};
class CNpcEnemy : public CEnemyThing
@ -490,6 +491,7 @@ protected:
int m_animNo;
CSkel m_skel;
TPAGE_DESC m_actorTPage;
DVECTOR m_drawOffset;
virtual void collidedWith(CThing *_thisThing);
};