This commit is contained in:
parent
a5722bd7e1
commit
504688e4cd
21 changed files with 242 additions and 133 deletions
|
@ -55,6 +55,10 @@
|
|||
#include "friend\fsquid.h"
|
||||
#endif
|
||||
|
||||
#ifndef __FRIEND_FPLNKTON_H__
|
||||
#include "friend\fplnkton.h"
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Friend NPCs
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -109,6 +113,12 @@ CNpcFriend *CNpcFriend::Create(sThingActor *ThisActor)
|
|||
break;
|
||||
}
|
||||
|
||||
case CNpcFriend::NPC_FRIEND_PLANKTON:
|
||||
{
|
||||
friendNpc = new ("plankton") CNpcPlanktonFriend;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
printf("UNKNOWN %i\n",friendType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue