This commit is contained in:
parent
0ff65076d9
commit
ee5e0f42ab
1 changed files with 12 additions and 9 deletions
|
@ -138,6 +138,8 @@ void CKelpTokenPickup::renderPickup(DVECTOR *_pos)
|
|||
---------------------------------------------------------------------- */
|
||||
void CKelpTokenPickup::collidedWith(CThing *_thisThing)
|
||||
{
|
||||
if(!isSetToShutdown())
|
||||
{
|
||||
switch(_thisThing->getThingType())
|
||||
{
|
||||
case TYPE_PLAYER:
|
||||
|
@ -150,6 +152,7 @@ void CKelpTokenPickup::collidedWith(CThing *_thisThing)
|
|||
ASSERT(0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue