eliminate TransitionOniFade

This commit is contained in:
Chris Danford
2003-04-13 00:44:50 +00:00
parent 1ac4953877
commit 7f40e36919
19 changed files with 145 additions and 315 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ SDL_Surface *RageBitmapTexture::CreateImg(int &pixfmt)
/* XXX: Wait, we don't want to throw for all images; in particular, we
* want to tolerate corrupt/unknown background images. */
if(img == NULL)
RageException::Throw( "Couldn't load %s: %s", GetFilePath().GetString(), SDL_GetError() );
RageException::Throw( "RageBitmapTexture: Couldn't load %s: %s", GetFilePath().GetString(), SDL_GetError() );
if(m_ActualID.bHotPinkColorKey)
{