make StepsOrTrailToColor actually return something instead of doing nothing

This commit is contained in:
AJ Kelly
2010-02-17 20:31:40 -06:00
parent dfc5f53134
commit 435ca51b43
+1 -1
View File
@@ -204,7 +204,7 @@ function CustomDifficultyToLightColor( sCustomDifficulty )
end
function StepsOrTrailToColor(StepsOrTrail)
CustomDifficultyToColor( StepsOrTrailToCustomDifficulty(stepsOrTrail) );
return CustomDifficultyToColor( StepsOrTrailToCustomDifficulty(stepsOrTrail) );
end
function StageToColor( stage )