standard enums for some preference types

This commit is contained in:
Glenn Maynard
2006-10-07 07:43:18 +00:00
parent 44bd9f7582
commit 4bb479a445
17 changed files with 173 additions and 64 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ void ScreenSelectCharacter::Init()
default:
/* Non Rave/Battle mode, just skip this screen if disabled. */
if( PREFSMAN->m_ShowDancingCharacters != PrefsManager::SDC_Select )
if( PREFSMAN->m_ShowDancingCharacters != SDC_Select )
{
this->PostScreenMessage( SM_GoToNextScreen, 0 );
return;