mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
id386 -> USE_INTEL_ASM conversion
better HAVE_SYM_PREFIX_UNDERSCORE checking
This commit is contained in:
parent
b493557f7f
commit
c83cb15ede
46 changed files with 249 additions and 193 deletions
|
@ -461,7 +461,7 @@ void R_AliasTransformFinalVert (finalvert_t *fv, auxvert_t *av,
|
|||
}
|
||||
|
||||
|
||||
#if !id386
|
||||
#if !USE_INTEL_ASM
|
||||
|
||||
/*
|
||||
================
|
||||
|
@ -760,7 +760,7 @@ void R_AliasDrawModel (alight_t *plighting)
|
|||
}
|
||||
else
|
||||
{
|
||||
#if id386
|
||||
#if USE_INTEL_ASM
|
||||
D_Aff8Patch (currententity->colormap);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue