1
0
Fork 0

Turned out a tied proeprty can't be used as a user archive, use a different one

This commit is contained in:
ehofman 2009-12-01 10:37:49 +00:00 committed by Tim Moore
parent 86cd525200
commit e657a53b32

View file

@ -511,7 +511,8 @@ static void fgMainLoop( void ) {
} else { } else {
smgr->stop(); smgr->stop();
} }
globals->get_props()->tie("/sim/sound/device", SGRawValueFunctions<const char *>(0, fgSetNewSoundDevice), false); globals->get_props()->tie("/sim/sound/devices/name",
SGRawValueFunctions<const char *>(0, fgSetNewSoundDevice), false);
} }
fgRequestRedraw(); fgRequestRedraw();