mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 22:18:19 +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;
|
||||
|
||||
// TODO:
|
||||
m_HasAudio = true;
|
||||
m_HasAudio = false;
|
||||
|
||||
m_SndBufferSize = g_Config.m_SndBufferSize;
|
||||
|
||||
|
|
Loading…
Reference in a new issue