no audio for now

This commit is contained in:
H-M-H 2016-08-31 17:35:18 +02:00 committed by sirius
parent 2f71720fb1
commit 98568eba43

View file

@ -39,7 +39,7 @@ CVideo::CVideo(CGraphics_Threaded* pGraphics, IStorage* pStorage, IConsole *pCon
m_NextFrame = false;
// TODO:
m_HasAudio = true;
m_HasAudio = false;
m_SndBufferSize = g_Config.m_SndBufferSize;