11function draw_window_macro_tremolo () {
22 // draw_window_macro_tremolo()
3- var x1, y1, a, i, pattern, str, total_vals, val ;
3+ var x1, y1;
44 windowanim = 1
55 if (theme = 3 ) draw_set_alpha (windowalpha)
66 curs = cr_default
@@ -11,9 +11,9 @@ function draw_window_macro_tremolo() {
1111 draw_window (x1, y1, x1 + 150 , y1 + 240 )
1212 draw_theme_font (font_main_bold)
1313 draw_text_dynamic (x1 + 8 , y1 + 8 , " Tremolo" )
14- draw_set_color (c_red )
15- if (language != 1 ) draw_text_dynamic (x1 + 8 , y1 + 23 , " (CANNOT BE UNDONE)" )
16- else draw_text_dynamic (x1 + 8 , y1 + 23 , " (无法还原!!)" )
14+ draw_set_color (c_green )
15+ if (language != 1 ) draw_text_dynamic (x1 + 8 , y1 + 23 , " (CAN BE UNDONE)" )
16+ else draw_text_dynamic (x1 + 8 , y1 + 23 , " (无法还原!!)" ) // Please re-translate this
1717 draw_theme_color ()
1818 draw_theme_font (font_main)
1919 if (theme = 0 ) {
@@ -68,8 +68,8 @@ function draw_window_macro_tremolo() {
6868 return 1
6969 }
7070 if tremolotype = 0 macro_tremolo ()
71- if tremolotype = 1 macro_tremolo_fadein ()
72- if tremolotype = 2 macro_tremolo_fadeout ()
71+ else if tremolotype = 1 macro_tremolo_fadein ()
72+ else if tremolotype = 2 macro_tremolo_fadeout ()
7373 windowalpha = 0
7474 windowclose = 0
7575 windowopen = 0
0 commit comments