- Reverted unintended change to sbarinfo_display.cpp that I had forgotten about.

SVN r998 (trunk)
This commit is contained in:
Randy Heit 2008-05-30 01:06:01 +00:00
parent ee1039f04e
commit 51adf36efc

View file

@ -1070,7 +1070,7 @@ void DSBarInfo::doCommands(SBarInfoBlock &block, int xOffset, int yOffset, int a
DTA_DestHeight, cmd.special2,
DTA_Bottom320x200, Scaled,
DTA_Alpha, alpha,
DTA_AlphaChannel, 0,// true,
DTA_AlphaChannel, true,
DTA_FillColor, 0,
TAG_DONE);
break;