This commit is contained in:
Charles 2001-06-01 18:36:50 +00:00
parent 849de2f195
commit 999c6e9884
7 changed files with 40 additions and 2 deletions

View file

@ -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;