From 293376b82d8fa313b17685b73c110a33123f9077 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Wed, 1 May 2013 12:47:06 +0200 Subject: Removed sound081.wav It wasn't used in Colobot and caused errors because we removed it from data package. --- src/physics/physics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/physics') diff --git a/src/physics/physics.cpp b/src/physics/physics.cpp index f443513..2c5f95e 100644 --- a/src/physics/physics.cpp +++ b/src/physics/physics.cpp @@ -1917,7 +1917,7 @@ void CPhysics::SoundMotorFull(float rTime, ObjectType type) if ( m_object->GetToy() ) { - sound = SOUND_MOTORd; + sound = SOUND_NONE; //SOUND_MOTORd; amplitude = 1.0f; time = 0.1f; } @@ -2016,7 +2016,7 @@ void CPhysics::SoundMotorSlow(float rTime, ObjectType type) if ( m_object->GetToy() ) { - sound = SOUND_MOTORd; + sound = SOUND_NONE; // SOUND_MOTORd; amplitude = 0.0f; } -- cgit v1.2.3-1-g7c22