From d23917ee8c356b317b0982f679d80e8d5552fe5f Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 12 Jul 2001 21:04:04 +0000 Subject: [PATCH] --- source/platform/pbaloon.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/platform/pbaloon.cpp b/source/platform/pbaloon.cpp index 2e095dd7b..2c635a14d 100644 --- a/source/platform/pbaloon.cpp +++ b/source/platform/pbaloon.cpp @@ -260,6 +260,11 @@ int CNpcBalloonBridgePlatform::checkCollisionAgainst(CThing *_thisThing, int _fr m_targetHeight = m_base.vy + ( ( ( BRIDGE_NUM_BALLOONS - m_balloonCount ) * m_maxExtension ) / BRIDGE_NUM_BALLOONS ); + if ( m_soundId == NOT_PLAYING ) + { + m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_BALLOON_POP, true ); + } + break; } }