diff --git a/Themes/_fallback/Scripts/02 StageMods.lua b/Themes/_fallback/Scripts/02 StageMods.lua index 07332626c2..0f1bf5c493 100644 --- a/Themes/_fallback/Scripts/02 StageMods.lua +++ b/Themes/_fallback/Scripts/02 StageMods.lua @@ -58,7 +58,7 @@ end function ScreenSelectMusic:setupcoursestagemods() local mode = GAMESTATE:GetPlayMode() - + if mode == "PlayMode_Oni" then local po = "clearall,default" -- Let SSMusic set battery. diff --git a/Themes/_fallback/Scripts/03 UserPreferences2.lua b/Themes/_fallback/Scripts/03 UserPreferences2.lua index e356ffa92d..2397f3dfb9 100644 --- a/Themes/_fallback/Scripts/03 UserPreferences2.lua +++ b/Themes/_fallback/Scripts/03 UserPreferences2.lua @@ -89,8 +89,8 @@ function SetUserPref(name,value) end; --[[ type specific, for when you want to be lazy ]] --- XXX: make set funcs as well, since I hate dealing with colors and I know --- other themers would be too. +-- XXX: make set funcs, since I hate dealing with colors and I know +-- other themers would too. -- GetUserPrefB: boolean function GetUserPrefB(name)