This commit is contained in:
Charles 2001-05-30 20:24:02 +00:00
parent 650f284e4a
commit 0ff14a08b7
14 changed files with 161 additions and 7 deletions

View file

@ -353,4 +353,11 @@ void CNpcFriend::collidedWith( CThing *_thisThing )
void CNpcFriend::startConderversation()
{
// I am 'avin a fayg
}
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcFriend::setupWaypoints( sThingActor *ThisActor )
{
// do nothing
}