更新 'src/Sound/voice.cxx'
This commit is contained in:
parent
4b0191e76d
commit
8636d84826
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user