fix OptionIcon doesn't change when selecting Standard steps

This commit is contained in:
Chris Danford
2003-11-08 22:11:22 +00:00
parent d28496f39e
commit c279fd03a4
+3 -7
View File
@@ -40,16 +40,12 @@ OptionIcon::OptionIcon()
void OptionIcon::Load( PlayerNumber pn, CString sText, bool bHeader ) void OptionIcon::Load( PlayerNumber pn, CString sText, bool bHeader )
{ {
static CString sStopWords[] = static const CString sStopWords[] =
{ {
"OFF",
"VISIBLE",
"VIVID",
"STANDARD",
"1X", "1X",
"HOLDS",
"DEFAULT", "DEFAULT",
"OVERHEAD" "OVERHEAD",
"OFF",
}; };
for( unsigned i=0; i<ARRAYSIZE(sStopWords); i++ ) for( unsigned i=0; i<ARRAYSIZE(sStopWords); i++ )