This commit is contained in:
parent
5bc65d8d12
commit
4c37bb6015
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -117,7 +117,7 @@ void CNpcRisingBridgePlatform::processMovement( int _frames )
|
|||
}
|
||||
else
|
||||
{
|
||||
m_extension -= 64 * _frames;
|
||||
m_extension -= 16 * _frames;
|
||||
|
||||
if ( m_extension < 0 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue