improve output

This commit is contained in:
Glenn Maynard
2003-07-02 01:40:38 +00:00
parent 3c2cbb5ab7
commit a92304bc20
+2 -1
View File
@@ -66,7 +66,8 @@ static void FlipSpriteHorizontally(Sprite &s)
ScreenSelectMusic::ScreenSelectMusic() : Screen("ScreenSelectMusic")
{
LOG->Trace( "ScreenSelectMusic::ScreenSelectMusic()" );
ASSERT( !GAMESTATE->IsCourseMode() );
if( GAMESTATE->IsCourseMode() )
RageException::Throw("Theme error: can't use ScreenSelectMusic in course modes" );
/* Cache: */
g_sFallbackCDTitlePath = THEME->GetPathToG("ScreenSelectMusic fallback cdtitle");