JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, put background back
authorJoshua Grams <josh@qualdan.com>
Thu, 29 Jun 2006 19:01:39 +0000 (19:01 +0000)
committerJoshua Grams <josh@qualdan.com>
Thu, 29 Jun 2006 19:01:39 +0000 (19:01 +0000)
main.c

diff --git a/main.c b/main.c
index 83c032f..5b3ce62 100644 (file)
--- 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();