From c279fd03a4403bf6cd895efe4d1c3d4a5314e499 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 8 Nov 2003 22:11:22 +0000 Subject: [PATCH] fix OptionIcon doesn't change when selecting Standard steps --- stepmania/src/OptionIcon.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/stepmania/src/OptionIcon.cpp b/stepmania/src/OptionIcon.cpp index e7446cc16f..3bed2a90a2 100644 --- a/stepmania/src/OptionIcon.cpp +++ b/stepmania/src/OptionIcon.cpp @@ -40,16 +40,12 @@ OptionIcon::OptionIcon() void OptionIcon::Load( PlayerNumber pn, CString sText, bool bHeader ) { - static CString sStopWords[] = + static const CString sStopWords[] = { - "OFF", - "VISIBLE", - "VIVID", - "STANDARD", "1X", - "HOLDS", "DEFAULT", - "OVERHEAD" + "OVERHEAD", + "OFF", }; for( unsigned i=0; i