更新 'src/Sound/voice.cxx'
This commit is contained in:
parent
d311579867
commit
ff54ed21f8
@ -209,7 +209,7 @@ bool FGVoiceMgr::FGVoice::speak(void)
|
||||
if (_msg.empty())
|
||||
return false;
|
||||
|
||||
SG_LOG(SG_SOUND, SG_INFO, "FGVoice::speak " << _msg );
|
||||
SG_LOG(SG_SOUND, SG_INFO, "FGVoice::speak " << _msg.front() );
|
||||
|
||||
|
||||
const string s = _msg.front();
|
||||
|
Loading…
Reference in New Issue
Block a user