InitCommand -> ScreenInitCommand
This commit is contained in:
@@ -20,7 +20,7 @@ MinScoreToContinueCombo=GAMESTATE:GetPlayMode() == PLAY_MODE_ONI and TNS_PERFECT
|
||||
MinScoreToMaintainCombo=TNS_GREAT
|
||||
|
||||
[Screen]
|
||||
InitCommand=
|
||||
ScreenInitCommand=
|
||||
ScreenOnCommand=
|
||||
AllowOperatorMenuButton=1
|
||||
PrepareScreens=
|
||||
|
||||
@@ -36,7 +36,7 @@ bool Screen::SortMessagesByDelayRemaining(const Screen::QueuedScreenMessage &m1,
|
||||
|
||||
void Screen::Init()
|
||||
{
|
||||
this->RunCommands( THEME->GetMetricA(m_sName, "InitCommand") );
|
||||
this->RunCommands( THEME->GetMetricA(m_sName, "ScreenInitCommand") );
|
||||
|
||||
vector<CString> asList;
|
||||
split( PREPARE_SCREENS, ",", asList );
|
||||
|
||||
Reference in New Issue
Block a user