mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-22 04:11:57 +00:00
opt out of more masm assembly
This commit is contained in:
parent
5c941d29f1
commit
f820286f06
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue