This commit is contained in:
parent
30272803d0
commit
25de06c1a6
21 changed files with 595 additions and 41 deletions
|
@ -169,3 +169,13 @@ void CNpcGaryFriend::render()
|
|||
setCollisionCentreOffset( ( boundingBox.XMax + boundingBox.XMin ) >> 1, ( boundingBox.YMax + boundingBox.YMin ) >> 1 );
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcGaryFriend::startLeft()
|
||||
{
|
||||
start();
|
||||
|
||||
m_extension = EXTEND_LEFT;
|
||||
m_reversed = true;
|
||||
}
|
||||
|
|
|
@ -26,6 +26,8 @@ public:
|
|||
virtual void setupWaypoints( sThingActor *ThisActor );
|
||||
DVECTOR const &getTriggerPos() {return( m_triggerPos );}
|
||||
void start() {m_started = true;}
|
||||
void stop() {m_started = false;}
|
||||
void startLeft();
|
||||
virtual void render();
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue