This commit is contained in:
Charles 2001-04-25 19:22:15 +00:00
parent 4d5777fee4
commit 22c46c193a
8 changed files with 122 additions and 74 deletions

View file

@ -83,6 +83,10 @@
#include "platform\ppendulm.h"
#endif
#ifndef __PLATFORM_PBRANCH_H__
#include "platform\pbranch.h"
#endif
#ifndef __PLATFORM_PPLAYER_H__
#include "platform\pplayer.h"
#endif
@ -161,6 +165,12 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
break;
}
case NPC_BRANCH_PLATFORM:
{
platform = new ("branch platform") CNpcBranchPlatform;
break;
}
default:
{
ASSERT( 0 );