This commit is contained in:
Paul 2001-06-01 19:20:59 +00:00
parent ba6b802cac
commit 7d76416ac7

View File

@ -484,22 +484,6 @@ void CLevel::initThings(int _respawningLevel)
}
}
///////
{
int i;
DVECTOR pos={100,100};
for(i=PICKUP__BIG_HEALTH;i<PICKUP__MAX;i++)
{
if(i!=PICKUP__SPATULA&&i!=PICKUP__KELP_TOKEN&&i!=PICKUP__BALLOON_AND_SPATULA)
{
createPickup((PICKUP_TYPE)i,&pos);
pos.vx+=60;
}
}
}
///////
// Init actors (needs moving and tidying
int actorNum;
int platformNum;