This commit is contained in:
parent
6b0f5d9956
commit
2d65d44406
9 changed files with 245 additions and 4 deletions
|
@ -187,6 +187,10 @@
|
|||
#include "platform\plurve.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PSOIL_H__
|
||||
#include "platform\psoil.h"
|
||||
#endif
|
||||
|
||||
#include "fx\fx.h"
|
||||
#include "fx\fxjfish.h"
|
||||
|
||||
|
@ -431,6 +435,12 @@ CNpcPlatform *CNpcPlatform::Create(int Type)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_STEERABLE_OILDRUM_PLATFORM:
|
||||
{
|
||||
platform = new ("steerable oildrum platform") CNpcSteerableOildrumPlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue