This commit is contained in:
parent
904214167c
commit
cb8f318494
13 changed files with 128 additions and 121 deletions
|
@ -47,6 +47,10 @@
|
|||
#include "pickups\pbubmix.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PICKUPS_PBLOWER_H__
|
||||
#include "pickups\pblower.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PICKUPS_PGLASSES_H__
|
||||
#include "pickups\pglasses.h"
|
||||
#endif
|
||||
|
@ -323,6 +327,10 @@ CBasePickup *createPickup(const PICKUP_TYPE _type,const DVECTOR *_pos)
|
|||
pickup=new ("HelmetPickup") CHelmetPickup();
|
||||
break;
|
||||
|
||||
case PICKUP__CORAL_BLOWER:
|
||||
pickup=new ("CoralBlowerPickup") CCoralBlowerPickup();
|
||||
break;
|
||||
|
||||
case PICKUP__QUEST_ITEM__TEST:
|
||||
pickup=new ("QuestItemPickup") CTestQuestItemPickup();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue