This commit is contained in:
Charles 2001-07-30 20:33:37 +00:00
parent 5bc65d8d12
commit 4c37bb6015
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ void CNpcRisingBridgePlatform::processMovement( int _frames )
}
else
{
m_extension -= 64 * _frames;
m_extension -= 16 * _frames;
if ( m_extension < 0 )
{