summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-12-19 22:41:16 +0100
committererihel <erihel@gmail.com>2013-12-19 22:46:29 +0100
commitfe3f9ea38cfae89fdd83d4c3fe79ea355f50bce9 (patch)
treeec9e29f8a9ae321c9e5aaa8532e4c87f2dec4d0f /src/app
parent114cbec8a9859f19d4234659bd4951f540825dd3 (diff)
downloadcolobot-fe3f9ea38cfae89fdd83d4c3fe79ea355f50bce9.tar.gz
colobot-fe3f9ea38cfae89fdd83d4c3fe79ea355f50bce9.tar.bz2
colobot-fe3f9ea38cfae89fdd83d4c3fe79ea355f50bce9.zip
Sound support changes
* removed 2d sound * fixed listener orientation (propably issue #235) * removed unused code and minor refactoring
Diffstat (limited to 'src/app')
-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))
{