simplify branch

This commit is contained in:
AJ Kelly
2011-06-06 13:40:30 -05:00
parent 4bf2270c48
commit 226d2a0e67
+1 -5
View File
@@ -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