更新 'src/Sound/voice.cxx'
This commit is contained in:
parent
6bda97e9a5
commit
4b0191e76d
@ -199,7 +199,10 @@ FGFestivalVoice::~FGFestivalVoice()
|
|||||||
|
|
||||||
void FGVoiceMgr::FGVoice::pushMessage( const string & m)
|
void FGVoiceMgr::FGVoice::pushMessage( const string & m)
|
||||||
{
|
{
|
||||||
SG_LOG(SG_SOUND, SG_INFO, "FGVoice::pushMessage " << 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);
|
_msg.push(m);
|
||||||
#if defined(ENABLE_THREADS)
|
#if defined(ENABLE_THREADS)
|
||||||
|
Loading…
Reference in New Issue
Block a user