This commit is contained in:
parent
126c67e5dd
commit
ec8a193146
10 changed files with 348 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue