more enum standardization

This commit is contained in:
Glenn Maynard
2006-10-07 04:39:48 +00:00
parent 2ce839e4eb
commit de6ca466d2
43 changed files with 110 additions and 108 deletions
+2 -2
View File
@@ -675,13 +675,13 @@ class OptionRowHandlerListDifficulties: public OptionRowHandlerList
{
m_Def.m_bOneChoiceForAllPlayers = true;
m_Def.m_sName = "Difficulty";
m_Default.m_dc = DIFFICULTY_Invalid;
m_Default.m_dc = Difficulty_Invalid;
m_Def.m_bAllowThemeItems = false; // we theme the text ourself
{
m_Def.m_vsChoices.push_back( "AllDifficulties" );
GameCommand mc;
mc.m_dc = DIFFICULTY_Invalid;
mc.m_dc = Difficulty_Invalid;
m_aListEntries.push_back( mc );
}