This commit is contained in:
parent
7939188800
commit
000d0922df
8 changed files with 98 additions and 3 deletions
|
@ -183,6 +183,10 @@
|
|||
#include "platform\plift.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PLURVE_H__
|
||||
#include "platform\plurve.h"
|
||||
#endif
|
||||
|
||||
#include "fx\fx.h"
|
||||
#include "fx\fxjfish.h"
|
||||
|
||||
|
@ -421,6 +425,12 @@ CNpcPlatform *CNpcPlatform::Create(int Type)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_LOVE_BOAT_PLATFORM:
|
||||
{
|
||||
platform = new ("love boat platform") CNpcLoveBoatPlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue