diff --git a/src/ArrowEffects.cpp b/src/ArrowEffects.cpp index 81fed4db5d..5f03f86901 100644 --- a/src/ArrowEffects.cpp +++ b/src/ArrowEffects.cpp @@ -18,7 +18,12 @@ static ThemeMetric ARROW_SPACING( "ArrowEffects", "ArrowSpacing" ); static ThemeMetric QUANTIZE_ARROW_Y( "ArrowEffects", "QuantizeArrowYPosition"); static ThemeMetric HIDDEN_SUDDEN_PAST_RECEPTOR( "ArrowEffects", "DrawHiddenNotesAfterReceptor"); -// Allow themes to modify effects. (Is this a good idea? -aj) +/* For better or for worse, allow the themes to modify the various mod + * effects for the different mods. In general, it is recommended to not + * edit the default values and instead use percentage mods when changes + * are wanted. Still, the option is available for those that want it. + * + * Is this a good idea? We'll find out. -aj & Wolfman2000 */ static ThemeMetric BLINK_MOD_FREQUENCY( "ArrowEffects", "BlinkModFrequency" ); static ThemeMetric BOOST_MOD_MIN_CLAMP( "ArrowEffects", "BoostModMinClamp" ); static ThemeMetric BOOST_MOD_MAX_CLAMP( "ArrowEffects", "BoostModMaxClamp" );