This commit is contained in:
parent
95708325a7
commit
f53a8ac365
14 changed files with 215 additions and 88 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue