X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=rocks.c;h=ff8f8f96a1a0aaa9f89bf04539b745e9f00fae31;hp=7c43427eff15cf7e3f6c1514e63fa78433e1680e;hb=2ca8ac198d86668e1d6e517974354870c32ad70f;hpb=38c7d9db0b40a72ac6b7c613eed05f20ea49d3c0 diff --git a/rocks.c b/rocks.c index 7c43427..ff8f8f9 100644 --- a/rocks.c +++ b/rocks.c @@ -4,7 +4,7 @@ #include #include "common.h" -#include "config.h" +#include "vorconfig.h" #include "file.h" #include "globals.h" #include "mt.h" @@ -159,6 +159,7 @@ new_rocks(void) type = urnd() % NROCKS; *r = prototypes[type]; r->type = type; + r->life = r->area * 300; switch(i) { case RIGHT: r->x = XSIZE;