From d1efeccbf54cf953918746bb0d00aea909ce19e9 Mon Sep 17 00:00:00 2001 From: Nelson Rush Date: Thu, 6 Jan 2000 05:35:30 +0000 Subject: [PATCH] added loring's patch The following patch fixes the build for those platforms that do not have CD support (ie, are using null support) --- common/cd_null.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/cd_null.c b/common/cd_null.c index d5eeec8..abffe7a 100644 --- a/common/cd_null.c +++ b/common/cd_null.c @@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "quakedef.h" +/* Fake out cd_wrapper.c so it doesn't define CD_f */ +#define CD_f_DEFINED + void CDAudio_Play(byte track, qboolean looping) { }