This commit is contained in:
Charles 2001-06-11 19:32:41 +00:00
parent 95708325a7
commit f53a8ac365
14 changed files with 215 additions and 88 deletions

View file

@ -191,6 +191,10 @@
#include "platform\psoil.h"
#endif
#ifndef __PLATFORM_PBUBTUBE_H__
#include "platform\pbubtube.h"
#endif
#include "fx\fx.h"
#include "fx\fxjfish.h"
@ -441,6 +445,12 @@ CNpcPlatform *CNpcPlatform::Create(int Type)
break;
}
case NPC_BUBBLE_TUBE_PLATFORM:
{
platform = new ("bubble tube platform") CNpcBubbleTubePlatform;
break;
}
default:
{
ASSERT( 0 );