ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.89 by root, Wed Apr 12 21:20:42 2006 UTC vs.
Revision 1.90 by root, Wed Apr 12 21:35:11 2006 UTC

1531 h => $sh, 1531 h => $sh,
1532 data => $darkness, 1532 data => $darkness,
1533 internalformat => GL_ALPHA, 1533 internalformat => GL_ALPHA,
1534 format => GL_ALPHA; 1534 format => GL_ALPHA;
1535 1535
1536 glColor 0.45, 0.45, 0.45, 1; 1536 glColor +($::CFG->{fow_intensity}) x 3, 1;
1537 $darkness->draw_quad (0, 0, $sw4 * 32, $sh * 32); 1537 $darkness->draw_quad (0, 0, $sw4 * 32, $sh * 32);
1538 1538
1539 glDisable GL_TEXTURE_2D; 1539 glDisable GL_TEXTURE_2D;
1540 glDisable GL_BLEND; 1540 glDisable GL_BLEND;
1541 1541

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines