From e657a53b329259e5fe6d8b577767a18db2456d62 Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 1 Dec 2009 10:37:49 +0000 Subject: [PATCH] Turned out a tied proeprty can't be used as a user archive, use a different one --- src/Main/main.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.39.5