This commit is contained in:
Paul 2001-07-20 15:24:04 +00:00
parent 0ff65076d9
commit ee5e0f42ab

View file

@ -137,6 +137,8 @@ void CKelpTokenPickup::renderPickup(DVECTOR *_pos)
Returns: Returns:
---------------------------------------------------------------------- */ ---------------------------------------------------------------------- */
void CKelpTokenPickup::collidedWith(CThing *_thisThing) void CKelpTokenPickup::collidedWith(CThing *_thisThing)
{
if(!isSetToShutdown())
{ {
switch(_thisThing->getThingType()) switch(_thisThing->getThingType())
{ {
@ -151,6 +153,7 @@ void CKelpTokenPickup::collidedWith(CThing *_thisThing)
break; break;
} }
} }
}
/*=========================================================================== /*===========================================================================