From 24ed29957c147c127db550d86f58287d8487a2c2 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 6 Jun 2001 16:35:29 +0000 Subject: [PATCH] --- source/friend/fgary.cpp | 4 ++-- source/platform/platdata.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/friend/fgary.cpp b/source/friend/fgary.cpp index 0a003fad6..afab9986d 100644 --- a/source/friend/fgary.cpp +++ b/source/friend/fgary.cpp @@ -135,7 +135,7 @@ void CNpcGaryFriend::think( int _frames ) { CSoundMediator::playSfx( CSoundMediator::SFX_GARY_DE_SNAIL ); - Pos.vx += multiplier * _frames; + Pos.vx += multiplier * 2 * _frames; } } } @@ -161,7 +161,7 @@ void CNpcGaryFriend::think( int _frames ) { CSoundMediator::playSfx( CSoundMediator::SFX_GARY_DE_SNAIL ); - Pos.vx += multiplier * _frames; + Pos.vx += multiplier * 2 * _frames; } } } diff --git a/source/platform/platdata.cpp b/source/platform/platdata.cpp index 422786959..ab7470b60 100644 --- a/source/platform/platdata.cpp +++ b/source/platform/platdata.cpp @@ -372,7 +372,7 @@ CNpcPlatform::NPC_PLATFORM_DATA CNpcPlatform::m_data[NPC_PLATFORM_TYPE_MAX] = }, { // NPC_RISING_BRIDGE_PLATFORM - 3, + 4, 128, true, DAMAGE__NONE,