added loring's patch

The following patch fixes the build for those platforms that do not have CD
support (ie, are using null support)
This commit is contained in:
Nelson Rush 2000-01-06 05:35:30 +00:00
parent 930c9497b0
commit d1efeccbf5

View file

@ -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)
{
}