This commit is contained in:
Charles 2001-06-08 14:33:43 +00:00
parent 6b0f5d9956
commit 2d65d44406
9 changed files with 245 additions and 4 deletions

View file

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