mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-22 17:01:04 +00:00
* Merged d_polyse.c from qw_client, _unchanged_ -- current data suggest it
works properly with UQ. * Repaired my FIXME in r_alias.c (caused UQ's software targets to segfault)
This commit is contained in:
parent
c61b284f58
commit
fbc21a8c5e
3 changed files with 0 additions and 1113 deletions
|
@ -747,13 +747,11 @@ void R_AliasDrawModel (alight_t *plighting)
|
|||
if (r_affinetridesc.drawtype) {
|
||||
D_PolysetUpdateTables (); // FIXME: precalc...
|
||||
}
|
||||
#ifdef QUAKEWORLD // FIXME: Is this needed?
|
||||
#if id386
|
||||
else
|
||||
{
|
||||
D_Aff8Patch (currententity->colormap);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
acolormap = currententity->colormap;
|
||||
|
|
1111
uquake/d_polyse.c
1111
uquake/d_polyse.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue