From de3e6a795ee5ffa0c17190e374e238ccbf326e0a Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 28 Dec 2011 17:26:41 -0600 Subject: [PATCH 1/2] small band-aid that needs to be fixed before a1 --- Themes/_fallback/Scripts/03 Gameplay.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index 71a2e77bb6..5af99dadce 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -192,7 +192,8 @@ function GetTapPosition( sType ) end function ComboUnderField() - return ThemePrefs.Get("ComboUnderField") + --return ThemePrefs.Get("ComboUnderField") + return false end local CodeDetectorCodes = { From 0516ac3a5ebaf6937fe68e81e5ecaae7d123bafd Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 28 Dec 2011 17:27:05 -0600 Subject: [PATCH 2/2] uncomment ScreenHowToPlay --- Themes/_fallback/metrics.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 23e11bfcac..b3c1f180e9 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -4192,9 +4192,7 @@ BodyWidth=140 [ScreenLogo] Fallback="ScreenAttract" PrevScreen=Branch.Init() -# crashes! -#NextScreen="ScreenHowToPlay" -NextScreen="ScreenDemonstration" +NextScreen="ScreenHowToPlay" StartScreen=Branch.TitleMenu() TimerSeconds=5 ForceTimer=true