From 4ef7e89b0d51950b3c8a151cf31591c5cd68c53c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 19 Jan 2003 22:56:11 +0000 Subject: [PATCH] simplify and quiet a label warning --- stepmania/src/ThemeManager.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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(),