Ver código fonte

* src/intro.c: Minor graphical issue on dosemu with ncurses backend.

tags/v0.99.beta14
Sam Hocevar sam 22 anos atrás
pai
commit
b38f35621f
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      src/intro.c

+ 3
- 3
src/intro.c Ver arquivo

@@ -61,9 +61,9 @@ void intro(void)
y[4] = y[0];

ee_set_color(EE_BLACK);
ee_fill_triangle(x[0], y[0], x[1], y[1], x[2], y[2], '#');
ee_fill_triangle(x[0], y[0], x[3], y[3], x[2], y[2], '#');
ee_draw_line(x[0], y[0], x[2], y[2], '#');
ee_fill_triangle(x[0], y[0], x[1], y[1], x[2], y[2], ' ');
ee_fill_triangle(x[0], y[0], x[3], y[3], x[2], y[2], ' ');
ee_draw_line(x[0], y[0], x[2], y[2], ' ');
ee_set_color(EE_GREEN);
ee_draw_thin_polyline(x, y, 4);



Carregando…
Cancelar
Salvar