From 100798b535ec4622ffb062a37f19b1f30ffa3d94 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 18 May 2010 20:32:33 -0500 Subject: [PATCH] slight cleanup --- Themes/_fallback/Scripts/02 StageMods.lua | 2 +- Themes/_fallback/Scripts/03 UserPreferences2.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)