From b839369dc8b0f789248763e9533380542bd0d10d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 1 Dec 2005 00:08:36 +0000 Subject: [PATCH] comment --- stepmania/src/Background.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;