aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sound_openal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/sound_openal.cpp')
-rw-r--r--engines/sludge/sound_openal.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/sound_openal.cpp b/engines/sludge/sound_openal.cpp
index fdb1e0bc58..aa8f8e1325 100644
--- a/engines/sludge/sound_openal.cpp
+++ b/engines/sludge/sound_openal.cpp
@@ -37,6 +37,8 @@
#define MAX_MODS 3
#define NUM_BUFS 3
+namespace Sludge {
+
bool soundOK = false;
bool cacheLoopySound = false;
bool SilenceIKillYou = false;
@@ -815,3 +817,5 @@ int initMovieSound(int f, ALenum format, int audioChannels, ALuint samplerate,
unsigned int getSoundSource(int index) {
return 0; /*soundCache[index].playingOnSource;*/ //TODO:false value
}
+
+} // End of namespace Sludge