This commit is contained in:
parent
1cb38b14cc
commit
b6e036bf51
62 changed files with 134 additions and 149 deletions
|
@ -104,8 +104,6 @@ public:
|
|||
static NPC_UNIT_TYPE getTypeFromMapEdit( u16 newType );
|
||||
void setHeading( s32 newHeading ) {m_heading = newHeading;}
|
||||
virtual void setHeading( s32 xPos, s32 yPos );
|
||||
//void addWaypoint( u16 *ptr );
|
||||
//void addWaypoint( u16 *ptrX, u16 *ptrY );
|
||||
void setWaypointPtr( u16 *newPtr ) {m_npcPath.setWaypointPtr( newPtr );}
|
||||
void setWaypointCount( u8 newCount ) {m_npcPath.setWaypointCount( newCount );}
|
||||
void setPathType( u8 newType ) {m_npcPath.setPathType( newType );}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue