From 01e4acc8fed7fac80f24247f508de9238d3b2998 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 6 Dec 2004 06:43:27 +0000 Subject: [PATCH] remove DISABLE_RADAR. "DisableRadar=0 // turn this to 1 if you are experiencing trouble with the groove radar (voodoo3's)" Theme metrics are not the correct place for dealing with driver bugs; users can't be told to hack metrics.ini to make their system work. (I havn't seen any reports of problems here in a long time, anyway.) --- stepmania/src/GrooveRadar.cpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/stepmania/src/GrooveRadar.cpp b/stepmania/src/GrooveRadar.cpp index a9e482a541..d5acf1c925 100644 --- a/stepmania/src/GrooveRadar.cpp +++ b/stepmania/src/GrooveRadar.cpp @@ -14,7 +14,6 @@ static const ThemeMetric LABEL_ON_COMMAND ("GrooveRadar","LabelOnCommand"); static const ThemeMetric LABEL_ON_DELAY ("GrooveRadar","LabelOnDelay"); static const ThemeMetric LABEL_ON_COMMAND_POST_DELAY ("GrooveRadar","LabelOnCommandPostDelay"); -static const ThemeMetric DISABLE_RADAR ("GrooveRadar","DisableRadar"); float RADAR_VALUE_ROTATION( int iValueIndex ) { return PI/2 + PI*2 / 5.0f * iValueIndex; } @@ -82,8 +81,6 @@ GrooveRadar::GrooveRadarValueMap::GrooveRadarValueMap() void GrooveRadar::GrooveRadarValueMap::SetFromSteps( PlayerNumber pn, Steps* pSteps ) // NULL means no song { - if( (bool)DISABLE_RADAR ) // if the theme says not to disable it - return; if( pSteps != NULL ) { for( int c=0; c