SDL 1.3.0 workaround

This commit is contained in:
p.kosyh 2011-02-20 15:38:16 +00:00
parent fc16913116
commit 84f99b8ab3

View file

@ -3647,7 +3647,7 @@ static void update_gfx(void *aux)
gfx_draw(img2, 0, 0);
gfx_free_image(img2);
}
}
} while(0);
#else
gfx_set_alpha(img, (255 * (fade_step_nr + 1)) / ALPHA_STEPS);
gfx_draw(fade_bg, 0, 0);