This commit is contained in:
Charles 2001-06-05 20:44:30 +00:00
parent f9286f6ad3
commit dec9d1139a
9 changed files with 119 additions and 1 deletions

View file

@ -171,6 +171,10 @@
#include "platform\pfallnor.h"
#endif
#ifndef __PLATFORM_PDROP_H__
#include "platform\pdrop.h"
#endif
#include "fx\fx.h"
#include "fx\fxjfish.h"
@ -391,6 +395,12 @@ CNpcPlatform *CNpcPlatform::Create(int Type)
break;
}
case NPC_DROP_PLATFORM:
{
platform = new ("drop platform") CNpcDropPlatform;
break;
}
default:
{
ASSERT( 0 );