Code cleanup
Mainly unneeded semicolons
This commit is contained in:
@@ -10,7 +10,7 @@ t[#t+1] = Def.ActorFrame {
|
||||
|
||||
t[#t+1] = Def.ActorFrame {
|
||||
Def.Quad {
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+20;zoomto,SCREEN_WIDTH,SCREEN_HEIGHT*0.70;);
|
||||
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+20;zoomto,SCREEN_WIDTH,SCREEN_HEIGHT*0.70);
|
||||
OnCommand=cmd(diffuse,color("#61414B");diffusealpha,0.75);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user