Skip to content
Snippets Groups Projects
Commit 22660e33 authored by Hanicef's avatar Hanicef
Browse files

Merge branch 'tpscounter-useskymap' into 'next'

Make TPS counter use V_SKYMAP rather than V_BLUEMAP

See merge request Hanicef/SRB2Classic!5
parents f6c5b99a 5c1739f5
Branches
Tags
No related merge requests found
Pipeline #7571 passed with warnings
......@@ -574,7 +574,7 @@ void SCR_DisplayTicRate(void)
++totaltics;
if (totaltics <= TICRATE/2) ticcntcolor = V_REDMAP;
else if (totaltics >= TICRATE) ticcntcolor = V_BLUEMAP;
else if (totaltics >= TICRATE) ticcntcolor = V_SKYMAP;
if (cv_fpscounter.value == 2) // compact counter
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment