use | marker for "don't theme this choice"

This commit is contained in:
Chris Danford
2005-12-01 19:27:33 +00:00
parent 2f3a58ae45
commit 11e5aeb8b9
4 changed files with 31 additions and 17 deletions
+2
View File
@@ -844,6 +844,8 @@ public:
opt = pConfOption;
opt->MakeOptionsList( defOut.m_vsChoices );
defOut.m_bAllowThemeItems = opt->m_bAllowThemeItems;
defOut.m_sName = opt->name;
}
virtual void ImportOption( const OptionRowDefinition &def, const vector<PlayerNumber> &vpns, vector<bool> vbSelectedOut[NUM_PLAYERS] ) const