From 06d171ca83c77e4bd51659696fb54fc8c56a07c3 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 2 Sep 2011 11:43:04 -0500 Subject: [PATCH] eol crap :| --- .../BGAnimations/ScreenGameplay toasty/default.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua b/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua index cf288bc4e3..59e402fabc 100644 --- a/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua +++ b/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua @@ -1,6 +1,6 @@ -return Def.ActorFrame { --- InitCommand=cmd(x,SCREEN_RIGHT;y,SCREEN_BOTTOM;draworder,101); - StartTransitioningCommand=function(self) - MESSAGEMAN:Broadcast("Toasty",{ Time = math.random(1,3) }); - end +return Def.ActorFrame { +-- InitCommand=cmd(x,SCREEN_RIGHT;y,SCREEN_BOTTOM;draworder,101); + StartTransitioningCommand=function(self) + MESSAGEMAN:Broadcast("Toasty",{ Time = math.random(1,3) }); + end }; \ No newline at end of file