fix compile

This commit is contained in:
Chris Danford
2008-11-28 22:26:06 +00:00
parent f18ba1614d
commit bc23f5ed7c
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ RString StepMania::GetInitialScreen()
{
if( PREFSMAN->m_sTestInitialScreen.Get() != "" )
return PREFSMAN->m_sTestInitialScreen;
return INITIAL_SCREEN;
return INITIAL_SCREEN.GetValue();
}
#if defined(WIN32)