summaryrefslogtreecommitdiffstats
path: root/src/app/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.cpp')
-rw-r--r--src/app/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index d332931..32fec89 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -433,7 +433,7 @@ bool CApplication::Create()
m_sound = new CSoundInterface();
#endif
- m_sound->Create(true);
+ m_sound->Create();
if (!m_customDataPath && GetProfile().GetLocalProfileString("Resources", "Sound", path))
{