fixes for missing/incorrectly named theme elements

This commit is contained in:
Chris Danford
2002-09-03 22:59:53 +00:00
parent f666a157d5
commit 1ad9214a53
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ OptionIcon::OptionIcon()
void OptionIcon::Load( PlayerNumber pn, CString sText, bool bHeader )
{
static CString sStopWords[] = { "OFF", "VISIBLE", "VIVID" };
static CString sStopWords[] = { "OFF", "VISIBLE", "VIVID", "STANDARD" };
const int iNumStopWords = sizeof(sStopWords)/sizeof(sStopWords[0]);
for( int i=0; i<iNumStopWords; i++ )