1 --- main.c.old 2006-04-24 16:16:13.000000000 +0200
2 +++ main.c 2006-04-24 16:16:21.000000000 +0200
4 struct bangdots bdot[MAX_BANG_DOTS], *bdotptr=bdot;
5 struct spacedot sdot[MAX_SPACE_DOTS];
7 -struct greeble greeb[MAX_GREEBLES];
10 float x,y; // When landed, these represent an offset from the host rock
13 int boredom; // Goes up while landed
15 +struct greeble greeb[MAX_GREEBLES];
18 void init_greeblies() {