This commit is contained in:
Paul 2001-02-28 21:41:07 +00:00
parent b82f7ef496
commit eaa6adda93
2 changed files with 2 additions and 7 deletions

View file

@ -132,11 +132,6 @@ void CBasePickup::think(int _frames)
{
CPickupThing::think(_frames);
thinkPickup(_frames);
if(PadGetDown(0)&PAD_L2)
{
collect(NULL);
}
}
/*----------------------------------------------------------------------