From 0abdaa513d420a0a8516179d35db05b8bc385fb3 Mon Sep 17 00:00:00 2001 From: Jonathan Payne Date: Mon, 1 Sep 2014 04:49:26 -0700 Subject: [PATCH] Continue now goes to SelectStyle. Fixes error --- Themes/_fallback/Scripts/02 Branches.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index 6430b459cd..81f19ec563 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -232,7 +232,7 @@ Branch = { end if STATSMAN:GetStagesPlayed() == 0 then - return "ScreenSelectPlayMode" + return "ScreenSelectStyle" end return "ScreenProfileLoad"