Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-09-12 17:24:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-09-12 17:24:22 +0400
commitb0d9994220a0960889e871bd7f3513f075ff2007 (patch)
tree6fea717835138cee1b9298e6c9eba1e4caa80e6c /intern/SoundSystem
parent0795d01df4f340bf7435f02d192bef342867af11 (diff)
made max sounds playable at once 32 rather then 16. (demo release background music would turn off otherwise)
made selecting sound samples keep the relative path setting.
Diffstat (limited to 'intern/SoundSystem')
-rw-r--r--intern/SoundSystem/SoundDefines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/SoundSystem/SoundDefines.h b/intern/SoundSystem/SoundDefines.h
index 5d425a8dc94..9758fdaadea 100644
--- a/intern/SoundSystem/SoundDefines.h
+++ b/intern/SoundSystem/SoundDefines.h
@@ -44,7 +44,7 @@ enum
/* general stuff */
#define NUM_BUFFERS 128
-#define NUM_SOURCES 16
+#define NUM_SOURCES 32
/* openal related stuff */
#define AL_LOOPING 0x1007