This commit is contained in:
Charles 2001-06-06 15:04:20 +00:00
parent 7939188800
commit 000d0922df
8 changed files with 98 additions and 3 deletions

View file

@ -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 );