This commit is contained in:
Charles 2001-05-09 19:44:03 +00:00
parent 66630be642
commit 16ab2f330a
4 changed files with 5 additions and 4 deletions

View file

@ -185,6 +185,7 @@ void CNpcDualPlatform::processMovement( int _frames )
slaveMove.vy = -extensionChange;
m_otherPlatform->setMovement( slaveMove );
m_otherPlatform->think(_frames);
m_otherPlatform->updateCollisionArea();
}
}