mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2025-02-21 11:21:00 +00:00
leave the masm assembly to msvc
This commit is contained in:
parent
c1a22ac848
commit
78665efc0e
1 changed files with 2 additions and 4 deletions
|
@ -606,8 +606,7 @@ int BoxOnPlaneSide2 (vec3_t emins, vec3_t emaxs, struct cplane_s *p)
|
|||
==================
|
||||
*/
|
||||
|
||||
#if !(defined __linux__ && defined __i386__) || defined __LCC__
|
||||
#if !id386
|
||||
#ifndef _MSC_VER
|
||||
|
||||
int BoxOnPlaneSide (vec3_t emins, vec3_t emaxs, struct cplane_s *p)
|
||||
{
|
||||
|
@ -906,8 +905,7 @@ Lerror:
|
|||
}
|
||||
#pragma warning( default: 4035 )
|
||||
|
||||
#endif
|
||||
#endif
|
||||
#endif // !def _MSC_VER
|
||||
|
||||
/*
|
||||
=================
|
||||
|
|
Loading…
Reference in a new issue