mystery -> secret

This commit is contained in:
Chris Danford
2005-03-10 22:54:55 +00:00
parent ef68b4acdd
commit 2957b7939f
10 changed files with 31 additions and 27 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ bool DisplayBpms::BpmIsConstant() const
return fabsf( GetMin() - GetMax() ) < 0.001f;
}
bool DisplayBpms::IsMystery() const
bool DisplayBpms::IsSecret() const
{
FOREACH_CONST( float, vfBpms, f )
{