mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
no audio for now
This commit is contained in:
parent
2f71720fb1
commit
98568eba43
|
@ -39,7 +39,7 @@ CVideo::CVideo(CGraphics_Threaded* pGraphics, IStorage* pStorage, IConsole *pCon
|
||||||
m_NextFrame = false;
|
m_NextFrame = false;
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
m_HasAudio = true;
|
m_HasAudio = false;
|
||||||
|
|
||||||
m_SndBufferSize = g_Config.m_SndBufferSize;
|
m_SndBufferSize = g_Config.m_SndBufferSize;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue