mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-21 10:20:42 +00:00
Big Miss Steak
This commit is contained in:
parent
61164ea310
commit
243cbc02ec
1 changed files with 2 additions and 0 deletions
|
@ -1007,6 +1007,8 @@ void R_DrawSinglePlane(visplane_t *pl)
|
||||||
R_CheckFlatLength(W_LumpLength(levelflat->u.flat.lumpnum));
|
R_CheckFlatLength(W_LumpLength(levelflat->u.flat.lumpnum));
|
||||||
// Raw flats always have dimensions that are powers-of-two numbers.
|
// Raw flats always have dimensions that are powers-of-two numbers.
|
||||||
ds_powersoftwo = true;
|
ds_powersoftwo = true;
|
||||||
|
if (spanfunc == basespanfunc)
|
||||||
|
spanfunc = mmxspanfunc;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
switch (type)
|
switch (type)
|
||||||
|
|
Loading…
Reference in a new issue