Fix warning about not having any options selected and no fallback set.

This commit is contained in:
Steve Checkoway
2007-05-16 07:02:05 +00:00
parent 6a30575bbd
commit ad23ae70ed
+1
View File
@@ -607,6 +607,7 @@ class OptionRowHandlerListCharacters: public OptionRowHandlerList
m_Def.m_bOneChoiceForAllPlayers = false;
m_Def.m_bAllowThemeItems = false;
m_Def.m_sName = "Characters";
m_Def.m_iDefault = 0;
m_Default.m_pCharacter = CHARMAN->GetDefaultCharacter();
{