simplify and quiet a label warning

This commit is contained in:
Glenn Maynard
2003-01-19 22:56:11 +00:00
parent e4efc7481f
commit 4ef7e89b0d
+1 -3
View File
@@ -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(),