internal errors that indicate code bugs, and not an error in a theme or the

user's system, should be asserted out with a crash dump, not an exception
dialog
This commit is contained in:
Glenn Maynard
2005-12-19 21:47:34 +00:00
parent f1af56a261
commit 349d7745a6
+1 -1
View File
@@ -87,7 +87,7 @@ void FontManager::UnloadFont( Font *fp )
return; return;
} }
RageException::Throw( "Unloaded an unknown font (%p)", fp ); FAIL_M( ssprintf("Unloaded an unknown font (%p)", fp) );
} }
/* /*