standard enums for some preference types

This commit is contained in:
Glenn Maynard
2006-10-07 05:52:45 +00:00
parent 1bd59aef01
commit 0493bc75a9
8 changed files with 62 additions and 25 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ void ScreenSongOptions::Init()
/* Hack: If we're coming in from "press start for more options", we need a different
* fade in. */
if(PREFSMAN->m_ShowSongOptions == PrefsManager::ASK)
if( PREFSMAN->m_ShowSongOptions == Maybe_ASK )
{
m_In.Load( THEME->GetPathB("ScreenSongOptions","option in") );
m_In.StartTransitioning();