small change to branches

This commit is contained in:
AJ Kelly
2011-08-20 21:34:41 -05:00
parent 984e279ede
commit b54946ce43
+1 -3
View File
@@ -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()