diff --git a/stepmania/src/StepsUtil.cpp b/stepmania/src/StepsUtil.cpp index 941fa86a59..fc42f69d55 100644 --- a/stepmania/src/StepsUtil.cpp +++ b/stepmania/src/StepsUtil.cpp @@ -170,7 +170,7 @@ Steps *StepsID::ToSteps( const Song *p, bool bAllowNull, bool bUseCache ) const } if( !bAllowNull ) - RageException::Throw( "%i, %i, \"%s\"", st, dc, sDescription.c_str() ); + FAIL_M( ssprintf("%i, %i, \"%s\"", st, dc, sDescription.c_str()) ); if( bUseCache ) g_Cache[sas] = ret;