From b54946ce431ae455355437ea1046d9439288b7d9 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 20 Aug 2011 21:34:41 -0500 Subject: [PATCH] small change to branches --- Themes/_fallback/Scripts/02 Branches.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index 2015a8432f..24383497b2 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -32,9 +32,7 @@ function IsRoutine() end Branch = { - Init = function() - return "ScreenInit" - end, + Init = function() return "ScreenInit" end, AfterInit = function() if GAMESTATE:GetCoinMode() == 'CoinMode_Home' then return Branch.TitleMenu()