This commit is contained in:
Paul 2001-04-26 21:19:53 +00:00
parent 355702e497
commit 8744b10af4
5 changed files with 89 additions and 5 deletions

View file

@ -352,6 +352,10 @@ CBasePickup *createPickup(const PICKUP_TYPE _type,const DVECTOR *_pos)
pickup=new ("BalloonAndSpatulaPickup") CBalloonAndSpatulaPickup();
break;
case PICKUP__JELLY_LAUNCHER:
pickup=new ("JellylauncherPickup") CJellyLauncherPickup();
break;
default:
ASSERT(!"UNKNOWN PICKUP TYPE");
return NULL;