You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/rockdodger/files/rockdodger-0.6.0a-gcc41.patch

19 lines
444 B

--- a/main.c
+++ b/main.c
@@ -206,7 +206,6 @@
struct bangdots bdot[MAX_BANG_DOTS], *bdotptr=bdot;
struct spacedot sdot[MAX_SPACE_DOTS];
-struct greeble greeb[MAX_GREEBLES];
struct greeble {
int active;
float x,y; // When landed, these represent an offset from the host rock
@@ -214,6 +213,7 @@
int landed;
int boredom; // Goes up while landed
};
+struct greeble greeb[MAX_GREEBLES];
// }}}
void init_greeblies() {