X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=main.c;h=5b3ce62d88b7898dd4ba2e8b9414879a9828bdd2;hb=2cd765cf4e0de31198729cafee801c205e77bdc3;hp=83c032f56a11cfa3f212b70b69d613f4614a5c1d;hpb=3553d9b0d980dab11ab3d2135650d804d2af331f;p=vor.git diff --git a/main.c b/main.c index 83c032f..5b3ce62 100644 --- a/main.c +++ b/main.c @@ -543,7 +543,7 @@ draw_title_page(void) void draw(void) { - // SDL_FillRect(surf_screen,NULL,0); // black background + SDL_FillRect(surf_screen,NULL,0); // black background draw_dots(surf_screen); // background dots draw_sprite(SPRITE(&ship)); draw_rocks();