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

@ -372,7 +372,7 @@ CNpcPlatform::NPC_PLATFORM_DATA CNpcPlatform::m_data[NPC_PLATFORM_TYPE_MAX] =
},
{ // NPC_RISING_BRIDGE_PLATFORM
4,
6,
128,
true,
DAMAGE__NONE,

View File

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