fix a crash on themes which use the detail lines on ScreenEvaluation
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#include "ScoreKeeperNormal.h"
|
||||
#include "InputEventPlus.h"
|
||||
|
||||
|
||||
// metrics that are common to all ScreenEvaluation classes
|
||||
#define BANNER_WIDTH THEME->GetMetricF(m_sName,"BannerWidth")
|
||||
#define BANNER_HEIGHT THEME->GetMetricF(m_sName,"BannerHeight")
|
||||
@@ -45,7 +44,7 @@ LuaFunction( JudgmentLineToLocalizedString, JudgmentLineToLocalizedString(Enum::
|
||||
|
||||
static const char *DetailLineNames[NUM_DetailLine] =
|
||||
{
|
||||
"NumSteps","Jumps", "Holds", "Mines", "Hands", "Rolls",
|
||||
"NumSteps","Jumps", "Holds", "Mines", "Hands", "Rolls", "Lifts", "Fakes"
|
||||
};
|
||||
XToString( DetailLine );
|
||||
#define DETAILLINE_FORMAT THEME->GetMetric (m_sName,"DetailLineFormat")
|
||||
|
||||
Reference in New Issue
Block a user