Fixing last (hopefully) problems with fullbrights. E2 looks awesome now :)

git-svn-id: https://svn.eduke32.com/eduke32@237 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
Plagman 2006-07-22 02:54:22 +00:00
parent 9fcbb72c59
commit 66e597ab4f

View file

@ -1477,7 +1477,7 @@ void drawpoly (double *dpx, double *dpy, long n, long method)
yy = tsizy; oy2 = (double)1.0/(double)yy;
}
if (!(method&3)) {
if ((!(method&3)) && (!fullbrightdrawingpass)) {
bglDisable(GL_BLEND);
bglDisable(GL_ALPHA_TEST);
} else {