This commit is contained in:
parent
c7bd25dabd
commit
c846365a1b
3 changed files with 21 additions and 4 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue