ScoreKeeperMAX2:

- Jumps count as 2 toward combo, but 1 toward judgement totals
- Only Perfect or better increments combo in courses
This commit is contained in:
Chris Danford
2003-03-16 20:55:45 +00:00
parent 71d2fadb46
commit 9dbbb7949e
16 changed files with 185 additions and 161 deletions
+3 -3
View File
@@ -215,10 +215,10 @@ try_element_again:
* up resolving to the overridden background. */
/* Use GetPathToOptional because we don't want report that there's an element
* missing. Instead we want to report that the redirect is invalid. */
CString sPath = GetPathToOptional(sAssetCategory, sNewFileName);
CString sNewPath = GetPathToOptional(sAssetCategory, sNewFileName);
if( !sPath.empty() )
return sPath;
if( !sNewPath.empty() )
return sNewPath;
else
{
CString message = ssprintf(