mod icon fixup

This commit is contained in:
Chris Danford
2008-12-21 22:16:54 +00:00
parent 22d0b9e53d
commit 4a6c3dc99a
10 changed files with 73 additions and 63 deletions
@@ -174,7 +174,7 @@ end
function StandardDecorationFromTable( MetricsName, t )
if type(t) == "table" then
t = t .. {
InitCommand=function(self) self:name(MetricsName); ActorUtil.LoadAllCommandsAndSetXYAndOnCommand(self,Var "LoadingScreen"); end;
InitCommand=function(self) self:name(MetricsName); ActorUtil.LoadAllCommandsAndSetXY(self,Var "LoadingScreen"); end;
};
end
return t;