From d802d2f3c07e57c4b20b815c153c7edf0c734403 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 1 May 2007 19:45:51 +0000 Subject: [PATCH] local --- .../Themes/default/BGAnimations/ScreenSystemLayer overlay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/BGAnimations/ScreenSystemLayer overlay.lua b/stepmania/Themes/default/BGAnimations/ScreenSystemLayer overlay.lua index bb4b662826..36ee72bd52 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenSystemLayer overlay.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenSystemLayer overlay.lua @@ -1,4 +1,4 @@ -function CreditsText( pn ) +local function CreditsText( pn ) function update(self) local str = ScreenSystemLayerHelpers.GetCreditsMessage(pn); self:settext(str);