slight cleanup

This commit is contained in:
AJ Kelly
2010-05-18 20:32:33 -05:00
parent 2b365bb3cf
commit 100798b535
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
@@ -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)