it's a shame I have to use this, but its for the better really

This commit is contained in:
Jonathan Payne
2011-07-07 12:30:34 -07:00
parent aff802e502
commit af7a767740
5 changed files with 615 additions and 8 deletions
+3
View File
@@ -193,4 +193,7 @@ Branch = {
Network = function()
return IsNetConnected() and "ScreenTitleMenu" or "ScreenTitleMenu"
end,
AfterSaveSummary = function()
return GAMESTATE:AnyPlayerHasRankingFeats() and "ScreenNameEntryTraditional" or "ScreenGameOver"
end,
}