From 51adf36efcce6c70da4eb8ecc2fcce150846883a Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 30 May 2008 01:06:01 +0000 Subject: [PATCH] - Reverted unintended change to sbarinfo_display.cpp that I had forgotten about. SVN r998 (trunk) --- src/g_shared/sbarinfo_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_shared/sbarinfo_display.cpp b/src/g_shared/sbarinfo_display.cpp index 462c8636e..ef71cf64a 100644 --- a/src/g_shared/sbarinfo_display.cpp +++ b/src/g_shared/sbarinfo_display.cpp @@ -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;