diff --git a/src/common/startscreen/startscreen_generic.cpp b/src/common/startscreen/startscreen_generic.cpp index 594f831e9..68eda4dec 100644 --- a/src/common/startscreen/startscreen_generic.cpp +++ b/src/common/startscreen/startscreen_generic.cpp @@ -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)