Skip to content
Snippets Groups Projects
Commit 243cbc02 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Big Miss Steak

parent 61164ea3
Branches
Tags
2 merge requests!734Rebase Keycodes only branch.,!548Flats in walls
...@@ -1007,6 +1007,8 @@ void R_DrawSinglePlane(visplane_t *pl) ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment