From 1f41f7ac69b1a67c401e3bde093c4b1ecd8c7b33 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 16 Feb 2007 00:45:27 +0000 Subject: [PATCH] cleanup --- .../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 14e1b99685..bc8d4559a9 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenSystemLayer overlay.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenSystemLayer overlay.lua @@ -18,7 +18,7 @@ local t = Def.ActorFrame { children = { Def.BitmapText { Font=THEME:GetPathF(Var "LoadingScreen","message"); - Text="xxx"; + Text=""; InitCommand=cmd(visible,false); OnCommand=cmd(maxwidth,750;finishtweening;horizalign,left;vertalign,top;x,SCREEN_LEFT+20;y,SCREEN_TOP+20;zoom,0.8;shadowlength,2;diffusealpha,1;addx,-SCREEN_WIDTH;linear,0.5;addx,SCREEN_WIDTH); OffCommand=cmd(sleep,5;linear,0.5;diffusealpha,0);