]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_fx.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Sound / fg_fx.cxx
index 11ed71fa8992dd8747b84d6be880f916e032c90c..939e2c8c606f0a366651179a09dc27f665bcca5a 100644 (file)
@@ -76,7 +76,7 @@ FGFX::init()
 
    node = root.getNode("fx");
    for (i = 0; i < node->nChildren(); i++) {
-      Sound *sound = new Sound();
+      SGSound *sound = new SGSound();
 
       sound->init(globals->get_props(), node->getChild(i),
                   globals->get_soundmgr(), globals->get_fg_root());