From 0ba347414dfbbf807b534e2c0f2d2320af4a5358 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Tue, 28 Oct 2003 15:33:45 +0000 Subject: forgot this svn-id: r10994 --- queen/sound.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3