From 064fc27c7c7871119d4660e2e6f6a9ddf904759a Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Mon, 11 Apr 2005 05:00:31 +0000 Subject: [PATCH] Fix: Groups in options shouldn't be themed. --- stepmania/src/OptionRowHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/OptionRowHandler.cpp b/stepmania/src/OptionRowHandler.cpp index e95a4c5924..58b5700882 100644 --- a/stepmania/src/OptionRowHandler.cpp +++ b/stepmania/src/OptionRowHandler.cpp @@ -402,6 +402,7 @@ public: m_sName = sParam; defOut.bOneChoiceForAllPlayers = true; + defOut.m_bAllowThemeItems = false; // we theme the text ourself defOut.name = "Group"; Default.m_sSongGroup = GROUP_ALL_MUSIC;