From: ehofman Date: Wed, 7 Oct 2009 20:56:24 +0000 (+0000) Subject: Split up FGFX into a dedicated effects class (FGFX) and a sample queue class. Registe... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=33e816abb938b45baf148748a34ac9cef573ce04;p=flightgear.git Split up FGFX into a dedicated effects class (FGFX) and a sample queue class. Register the sample queue cass as 'queue' at the SoundManager and tie it to the listener position. --- diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index ab6a15844..52b892a41 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include