From f820286f0658b0cb55c3133bd3f3c90088e1b62f Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 25 Apr 2013 15:43:38 +1000 Subject: [PATCH] opt out of more masm assembly --- codemp/client/snd_mix.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codemp/client/snd_mix.cpp b/codemp/client/snd_mix.cpp index aebfdc1..80e1533 100644 --- a/codemp/client/snd_mix.cpp +++ b/codemp/client/snd_mix.cpp @@ -14,8 +14,7 @@ short *snd_out; -#if !(defined __linux__ && defined __i386__) -#if !id386 +#if !(defined(_MSC_VER) && defined(__i386__)) void S_WriteLinearBlastStereo16 (void) @@ -131,7 +130,6 @@ LExit: } #endif -#endif void S_TransferStereo16 (unsigned long *pbuf, int endtime)