$OpenBSD: patch-sword1_sound_cpp,v 1.1 2005/07/28 17:28:14 jolan Exp $
--- sword1/sound.cpp.orig	Sun Nov 28 17:02:28 2004
+++ sword1/sound.cpp	Wed Jul 27 17:43:45 2005
@@ -202,7 +202,7 @@ bool Sound::startSpeech(uint16 roomNo, u
 			_waveVolPos = 0;
 		}
 #endif
-#ifdef USE_VORBIS
+#if defined(USE_TREMOR) || defined(USE_VORBIS)
 		else if (_cowMode == CowVorbis) {
 			_cowFile.seek(index);
 			_mixer->playInputStream(&_speechHandle, makeVorbisStream(&_cowFile, sampleSize), false, SOUND_SPEECH_ID, speechVol, speechPan);
@@ -319,7 +319,7 @@ void Sound::initCowSystem(void) {
 		_cowMode = CowMp3;
 	} 
 #endif
-#ifdef USE_VORBIS
+#if defined(USE_TREMOR) || defined(USE_VORBIS)
 	if (!_cowFile.isOpen()) {
 		sprintf(cowName, "SPEECH%d.CLV", SwordEngine::_systemVars.currentCD);
 		_cowFile.open(cowName);
