From 226d2a0e6716e2c4b18ef12b2c8bc125f0571227 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 6 Jun 2011 13:40:30 -0500 Subject: [PATCH] simplify branch --- Themes/_fallback/Scripts/02 Branches.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index f10f448946..f4b1a09950 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -33,11 +33,7 @@ end Branch = { Init = function() - if GAMESTATE:GetCoinMode() == 'CoinMode_Home' then - return "ScreenInit" - else - return "ScreenInit" - end + return "ScreenInit" end, AfterInit = function() if GAMESTATE:GetCoinMode() == 'CoinMode_Home' then