From: ehofman Date: Tue, 1 Dec 2009 10:37:49 +0000 (+0000) Subject: Turned out a tied proeprty can't be used as a user archive, use a different one X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e657a53b329259e5fe6d8b577767a18db2456d62;p=flightgear.git Turned out a tied proeprty can't be used as a user archive, use a different one --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index ca63accb2..330ef0a5a 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -511,7 +511,8 @@ static void fgMainLoop( void ) { } else { smgr->stop(); } - globals->get_props()->tie("/sim/sound/device", SGRawValueFunctions(0, fgSetNewSoundDevice), false); + globals->get_props()->tie("/sim/sound/devices/name", + SGRawValueFunctions(0, fgSetNewSoundDevice), false); } fgRequestRedraw();