attempt to silence a warning (let the post-public beta 2 commits begin!)

This commit is contained in:
AJ Kelly
2010-03-31 18:36:10 -05:00
parent 642f4b107c
commit f27015e9dd
@@ -3,6 +3,7 @@ local t = Def.ActorFrame{
LoadFont("Common normal")..{ LoadFont("Common normal")..{
InitCommand=cmd(shadowlength,1); InitCommand=cmd(shadowlength,1);
SetMessageCommand=function(self,param) SetMessageCommand=function(self,param)
if param.StepsType then
sString = THEME:GetString("StepsDisplay StepsType",ToEnumShortString(param.StepsType)); sString = THEME:GetString("StepsDisplay StepsType",ToEnumShortString(param.StepsType));
if param.Steps and param.Steps:IsAutogen() then if param.Steps and param.Steps:IsAutogen() then
self:diffusebottomedge(color("0.75,0.75,0.75,1")); self:diffusebottomedge(color("0.75,0.75,0.75,1"));
@@ -11,6 +12,7 @@ local t = Def.ActorFrame{
end; end;
self:settext( sString ); self:settext( sString );
end; end;
end;
}; };
-- argh this isn't working as nicely as I would've hoped... -- argh this isn't working as nicely as I would've hoped...
--[[ --[[