This commit is contained in:
Daveo 2001-08-21 14:44:16 +00:00
parent 6b839bc818
commit 60fdda39b9
12 changed files with 27 additions and 15 deletions

View file

@ -44,6 +44,11 @@ void CNpcFallingBlockPlatform::trigger()
{
m_isTriggered = true;
m_timer = GameState::getOneSecondInFrames();
// Clear collision, flagged with normal - cos rest is solid!
CLevel &level=GameScene.GetLevel();
level.destroyMapArea(Pos,COLLISION_TYPE_SLIPPERY);
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////