changes from midi

Fallback: missing music
Default: AutoSetStyle compatibility
This commit is contained in:
AJ Kelly
2010-06-07 22:51:28 -05:00
parent 30010dd916
commit 6cf2eeba47
3 changed files with 12 additions and 12 deletions
@@ -4,7 +4,7 @@ return Def.ActorFrame {
OnCommand=cmd(diffuse,Color("Black");diffusealpha,0;linear,0.35;diffusealpha,0.5);
};
Def.Quad {
InitCommand=cmd(y,24*8-10;zoomto,164,2;fadeleft,8/164;faderight,8/164);
InitCommand=cmd(y,24*(GetUserPrefB("UserPrefAutoSetStyle") and 8 or 5)-10;zoomto,164,2;fadeleft,8/164;faderight,8/164);
OnCommand=cmd(diffuse,Color("Black");diffusealpha,0;linear,0.35;diffusealpha,0.5);
};
Def.StepsDisplayList {