$OpenBSD: patch-queen_sound_h,v 1.1 2005/07/28 17:28:14 jolan Exp $
--- queen/sound.h.orig	Sun Dec 19 06:48:12 2004
+++ queen/sound.h	Thu Jul 28 12:20:03 2005
@@ -138,7 +138,7 @@ public:
 };
 #endif
 
-#ifdef USE_VORBIS
+#if defined(USE_TREMOR) || defined(USE_VORBIS)
 class OGGSound : public Sound {
 public:
 	OGGSound(SoundMixer *mixer, QueenEngine *vm) : Sound(mixer, vm) {};
