Restore VKDoom's loading bar color (this was accidentally overwritten)
This commit is contained in:
parent
18a6bc8a48
commit
499b8c7f96
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ bool FGenericStartScreen::DoProgress(int advance)
|
|||
|
||||
if (CurPos < MaxPos)
|
||||
{
|
||||
RgbQuad bcolor = { 177, 77, 16, 255 }; // [Nash June 2025] don't merge this color into VKDoom! // todo: make configurable
|
||||
RgbQuad bcolor = { 2, 25, 87, 255 }; // todo: make configurable
|
||||
int numnotches = 200 * 2;
|
||||
notch_pos = ((CurPos + 1) * numnotches) / MaxPos;
|
||||
if (notch_pos != NotchPos)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue