mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Add black background
This commit is contained in:
@@ -760,6 +760,9 @@ bool SidebarClass::Scroll(bool up, int column)
|
||||
*=============================================================================================*/
|
||||
void SidebarClass::Draw_It(bool complete)
|
||||
{
|
||||
// hack: black background for the sidebar
|
||||
GL_FillRect(TBLACK, SIDE_X * RESFACTOR, 8 * RESFACTOR, SIDE_WIDTH * RESFACTOR, ScreenHeight);
|
||||
|
||||
PowerClass::Draw_It(complete);
|
||||
|
||||
BStart(BENCH_SIDEBAR);
|
||||
|
||||
Reference in New Issue
Block a user