From 241ad288bed78be9c98e9c0c53b9774dcc4fcf1b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 16 Aug 2006 06:02:01 +0000 Subject: [PATCH] do clear if no song or course --- stepmania/Themes/default/Scripts/HelpDisplay.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/Themes/default/Scripts/HelpDisplay.lua b/stepmania/Themes/default/Scripts/HelpDisplay.lua index 2f84b4ff98..3817fffb46 100644 --- a/stepmania/Themes/default/Scripts/HelpDisplay.lua +++ b/stepmania/Themes/default/Scripts/HelpDisplay.lua @@ -1,7 +1,4 @@ function HelpDisplay:setfromsongorcourse() - local Selection = GAMESTATE:GetCurrentSong() or GAMESTATE:GetCurrentCourse() - if not Selection then return end - local Artists = {} local AltArtists = {}