更新 'src/Sound/voice.cxx'

This commit is contained in:
zhongjin 2022-11-28 12:48:15 +08:00
parent 4b0191e76d
commit 8636d84826

View File

@ -200,8 +200,6 @@ FGFestivalVoice::~FGFestivalVoice()
void FGVoiceMgr::FGVoice::pushMessage( const string & m)
{
int nwLen = MultiByteToWideChar(CP_UTF8, 0, m.c_str(), -1, NULL, 0);
SG_LOG(SG_SOUND, SG_INFO, "FGVoice::pushMessage " << m.c_str() );
_msg.push(m);