Skip to content

Commit

Permalink
fix ScreenSelectMusicStarter
Browse files Browse the repository at this point in the history
  • Loading branch information
tertu-m committed Dec 14, 2017
1 parent 200d3f2 commit b366707
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ t[#t+1] = StandardDecorationFromFile("BannerFrame","BannerFrame")
t[#t+1] = StandardDecorationFromFileOptional("BPMDisplay","BPMDisplay")
t[#t+1] = StandardDecorationFromFileOptional("SortDisplay","SortDisplay")

if normal or extra then
if ThemePrefs.Get("XDifficultyList") == "SN Style" then
t[#t+1] = Def.ActorFrame{
LoadActor("difficultylist")..{
Expand All @@ -30,6 +31,7 @@ elseif ThemePrefs.Get("XDifficultyList") == "X Style" then
LoadActor("XDifficultyList.lua");
};
end;
end;

if normal then
t[#t+1] = Def.ActorFrame{
Expand Down

0 comments on commit b366707

Please sign in to comment.