1 |
if (siner > 2) |
2 |
{ |
3 |
draw_background_ext(IMAGE_DEPTH, 160, 120, (1 + xstretch), (1 + ystretch), 0, image_blend, (0.2 + alpha - o_insurance + b_insurance)) |
4 |
draw_background_ext(IMAGE_DEPTH, 160, 120, (-1 - xstretch), (1 + ystretch), 0, image_blend, (0.2 + alpha - o_insurance + b_insurance)) |
5 |
draw_background_ext(IMAGE_DEPTH, 160, 120, (-1 - xstretch), (-1 - ystretch), 0, image_blend, (0.2 + alpha - o_insurance + b_insurance)) |
6 |
draw_background_ext(IMAGE_DEPTH, 160, 120, (1 + xstretch), (-1 - ystretch), 0, image_blend, (0.2 + alpha - o_insurance + b_insurance)) |
7 |
} |