diff --git a/stepmania/src/Background.cpp b/stepmania/src/Background.cpp index 7fee4a18bf..55b6946fa1 100644 --- a/stepmania/src/Background.cpp +++ b/stepmania/src/Background.cpp @@ -35,7 +35,8 @@ static ThemeMetric DANGER_ALL_IS_OPAQUE ("Background","DangerAllIsOpaque static ThemeMetric BRIGHTNESS_FADE_COMMAND ("Background","BrightnessFadeCommand"); static ThemeMetric CLAMP_OUTPUT_PERCENT ("Background","ClampOutputPercent"); -static float g_fBackgroundCenterWidth = 40; // What is this for? -Chris +// Width of the region separating the left and right brightness areas: +static float g_fBackgroundCenterWidth = 40;