更新 'src/Network/fgcom.cxx'
This commit is contained in:
@@ -647,8 +647,7 @@ void FGCom::valueChanged(SGPropertyNode *prop)
|
||||
_mpTransmitFrequencyNode->setValue(_currentCallFrequency * 1000000);
|
||||
_mpTransmitPowerNode->setValue(1.0);
|
||||
|
||||
SGPath soundpath( globals->get_fg_root() );
|
||||
soundpath.append( "/Sounds/click.wav" );
|
||||
SGPath soundpath( globals->get_fg_root() + "/Sounds/click.wav" );
|
||||
|
||||
SG_LOG(SG_SOUND, SG_ALERT, "FGCom: PTT active: " << soundpath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user