This commit is contained in:
parent
0ff65076d9
commit
ee5e0f42ab
1 changed files with 12 additions and 9 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*===========================================================================
|
/*===========================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue