This commit is contained in:
parent
d9b8e0ce6b
commit
c271683bc3
7 changed files with 43 additions and 1 deletions
|
@ -95,6 +95,10 @@
|
|||
#include "platform\pseesaw.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PBOUNCE_H__
|
||||
#include "platform\pbounce.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PPLAYER_H__
|
||||
#include "platform\pplayer.h"
|
||||
#endif
|
||||
|
@ -205,6 +209,12 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_BOUNCE_PLATFORM:
|
||||
{
|
||||
platform = new ("bounce platform") CNpcBouncePlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue