summaryrefslogtreecommitdiff
path: root/games/spacezero/files/patch-include_snow.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/spacezero/files/patch-include_snow.h')
-rw-r--r--games/spacezero/files/patch-include_snow.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/spacezero/files/patch-include_snow.h b/games/spacezero/files/patch-include_snow.h
new file mode 100644
index 000000000000..56723a1180f8
--- /dev/null
+++ b/games/spacezero/files/patch-include_snow.h
@@ -0,0 +1,11 @@
+--- include/snow.h.orig 2013-12-18 11:52:33 UTC
++++ include/snow.h
+@@ -29,7 +29,7 @@
+ #include "objects.h"
+
+
+-struct Flake *flakes;
++extern struct Flake *flakes;
+
+ struct Flake{
+ float x,y;