This commit is contained in:
Charles 2001-07-13 15:18:50 +00:00
parent 126c67e5dd
commit ec8a193146
10 changed files with 348 additions and 11 deletions

View file

@ -211,6 +211,10 @@
#include "platform\pfblock.h"
#endif
#ifndef __PLATFORM_PGHOST_H__
#include "platform\pghost.h"
#endif
#include "fx\fx.h"
#include "fx\fxjfish.h"
@ -473,6 +477,12 @@ CNpcPlatform *CNpcPlatform::Create(int Type)
break;
}
case NPC_GHOST_TRAIN_PLATFORM:
{
platform = new ("ghost train platform") CNpcGhostTrainPlatform;
break;
}
case NPC_CLAM_PLATFORM:
{
platform = new ("clam platform") CNpcClamPlatform;