From 38bb477f6aed5949fac5bb6be309159b22db35ca Mon Sep 17 00:00:00 2001 From: ThorstenB <brehmt@gmail.com> Date: Mon, 10 Jan 2011 23:30:19 +0100 Subject: [PATCH] Fix common gear rumble sound problem Rumble/squeal should depend on groundspeed, not airspeed (which includes wind) --- Aircraft/c172p/c172-sound.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aircraft/c172p/c172-sound.xml b/Aircraft/c172p/c172-sound.xml index 0c1644985..c0d365e4b 100644 --- a/Aircraft/c172p/c172-sound.xml +++ b/Aircraft/c172p/c172-sound.xml @@ -119,7 +119,7 @@ <z>-1.5</z> </position> <volume> - <property>velocities/airspeed-kt</property> + <property>velocities/groundspeed-kt</property> <type>log</type> <factor>0.25</factor> </volume> @@ -177,7 +177,7 @@ <max>1.0</max> </volume> <pitch> - <property>velocities/airspeed-kt</property> + <property>velocities/groundspeed-kt</property> <factor>0.0025</factor> <offset>1.2</offset> </pitch>