mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-21 16:31:07 +00:00
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:
parent
930c9497b0
commit
d1efeccbf5
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue