This commit is contained in:
parent
849de2f195
commit
999c6e9884
7 changed files with 40 additions and 2 deletions
|
@ -209,6 +209,12 @@ CNpcPlatform *CNpcPlatform::Create(int Type)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_COLLAPSING_ACRID_PLATFORM:
|
||||
{
|
||||
platform = new ("collapsing bubble platform") CNpcCollapsingAcridPlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
case NPC_FISH_HOOK_PLATFORM:
|
||||
{
|
||||
platform = new ("fish hook platform") CNpcFishHookPlatform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue