This commit is contained in:
Charles 2001-07-30 19:43:39 +00:00
parent 469a744a87
commit 64012414b9
14 changed files with 50 additions and 33 deletions

View file

@ -111,6 +111,14 @@ void CPlatformTrigger::collidedWith(CThing *_thisThing)
break;
}
case TYPE_PLAYERPROJECTILE:
{
m_platform->trigger();
_thisThing->setToShutdown();
break;
}
default:
break;
}