]> git.itanic.dy.fi Git - sdl-planets/commitdiff
Revert "Draw also the area planet tree affects"
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Wed, 14 Apr 2010 17:13:09 +0000 (20:13 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Wed, 14 Apr 2010 17:13:09 +0000 (20:13 +0300)
This reverts commit d2cff17ba1c765f580a23be9da2236648a0f6586.

planet.c

index 9dbba13ceeda304b4b99769ea644506fa18db35f..ee867b32866c060a6b835926e3bfaaf4cd439709 100644 (file)
--- a/planet.c
+++ b/planet.c
@@ -195,8 +195,6 @@ void draw_planet(SDL_Surface *screen, const struct planet *p,
        }
 
        draw_circle(screen, &pos, radius, p->r, p->g, p->b, 0);
-       draw_circle(screen, &pos, p->tree_area,
-                   p->r / 4, p->g / 4, p->b / 4, 1);
 }
 
 int gravitize_planet_with_planet(struct planet *a, struct planet *b,