aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Peters2003-10-28 15:33:45 +0000
committerJoost Peters2003-10-28 15:33:45 +0000
commit0ba347414dfbbf807b534e2c0f2d2320af4a5358 (patch)
tree4a56c132d558be9347063e3bf8f174e70d2d3b82
parentee276b12b829a675043bfd12a92e3cb82b4ca064 (diff)
downloadscummvm-rg350-0ba347414dfbbf807b534e2c0f2d2320af4a5358.tar.gz
scummvm-rg350-0ba347414dfbbf807b534e2c0f2d2320af4a5358.tar.bz2
scummvm-rg350-0ba347414dfbbf807b534e2c0f2d2320af4a5358.zip
forgot this
svn-id: r10994
-rw-r--r--queen/sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/sound.cpp b/queen/sound.cpp
index 9938472d4e..cb8097f11a 100644
--- a/queen/sound.cpp
+++ b/queen/sound.cpp
@@ -117,6 +117,7 @@ Sound *Sound::giveSound(SoundMixer *mixer, Input *input, Resource *resource, uin
case COMPRESSION_OGG:
#ifndef USE_VORBIS
warning("Using OGG compressed datafile, but OGG support not compiled in");
+ return new SilentSound(mixer, input, resource);
#else
return new OGGSound(mixer, input, resource);
#endif