This commit is contained in:
Charles 2001-06-28 19:31:56 +00:00
parent 2668b7ca7a
commit fc84e1f409
3 changed files with 14 additions and 3 deletions

View file

@ -110,6 +110,7 @@ public:
void setWaypointCount( u8 newCount ) {m_npcPath.setWaypointCount( newCount );}
void setPathType( u8 newType ) {m_npcPath.setPathType( newType );}
void setStartPos( s32 xPos, s32 yPos );
void setStartPosHighRes( s32 xPos, s32 yPos );
virtual u8 hasBeenAttacked();
virtual void hasBeenSteamed( DVECTOR &steamPos ) {hasBeenAttacked();}
virtual u8 canBeCaughtByNet();