Skip to content

Commit

Permalink
missed this from last commit :(
Browse files Browse the repository at this point in the history
  • Loading branch information
timbergeron committed Feb 19, 2024
1 parent 6d48786 commit 2b2dee3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Quake/gl_model.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,12 +910,7 @@ static void Mod_LoadTextures (lump_t *l)

if (gl_load24bit.value == 2) // woods #load24bit2
{
qboolean brushbsp;

if (isSpecialMap) // woods, show textures for bmodels #textureless
brushbsp = true;
else
brushbsp = false;
qboolean brushbsp = isSpecialMap(mapname);

if (brushbsp)
data = Image_LoadImage(filename, &fwidth, &fheight, &rfmt, &malloced);
Expand Down

0 comments on commit 2b2dee3

Please sign in to comment.