diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index 6e1b5faf1f..4648a3e68f 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -324,9 +324,8 @@ try_element_again: { case IDRETRY: goto try_element_again; - break; case IDABORT: - goto abort; + break; case IDIGNORE: LOG->Warn( "Theme element '%s/%s' could not be found in '%s' or '%s'.", @@ -338,7 +337,6 @@ try_element_again: } #endif -abort: RageException::Throw( "Theme element '%s/%s' could not be found in '%s' or '%s'.", sAssetCategory.GetString(), sFileName.GetString(),