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:
|
||||
---------------------------------------------------------------------- */
|
||||
void CKelpTokenPickup::collidedWith(CThing *_thisThing)
|
||||
{
|
||||
if(!isSetToShutdown())
|
||||
{
|
||||
switch(_thisThing->getThingType())
|
||||
{
|
||||
|
@ -151,6 +153,7 @@ void CKelpTokenPickup::collidedWith(CThing *_thisThing)
|
|||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*===========================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue