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