updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / rockdodger / rockdodger-0.6.0a-gcc41.patch
blob59e01bba17c3a30b2dac490318a2b5c32b913e9c
1 --- main.c.old 2006-04-24 16:16:13.000000000 +0200
2 +++ main.c 2006-04-24 16:16:21.000000000 +0200
3 @@ -206,7 +206,6 @@
4 struct bangdots bdot[MAX_BANG_DOTS], *bdotptr=bdot;
5 struct spacedot sdot[MAX_SPACE_DOTS];
7 -struct greeble greeb[MAX_GREEBLES];
8 struct greeble {
9 int active;
10 float x,y; // When landed, these represent an offset from the host rock
11 @@ -214,6 +213,7 @@
12 int landed;
13 int boredom; // Goes up while landed
15 +struct greeble greeb[MAX_GREEBLES];
16 // }}}
18 void init_greeblies() {