freebsd-ports/games/spacezero/files/patch-src_snow.c
Stefan Eßer c1f7acfd3c Fix build with -fno-common
While here add dependencies reported as missing by make stage-qa.
2020-09-22 11:35:07 +00:00

11 lines
169 B
C

--- src/snow.c.orig 2013-12-18 11:50:44 UTC
+++ src/snow.c
@@ -38,6 +38,7 @@
#define NFLAKES 1000
+struct Flake *flakes;
void CreateSnow(int w,int h){
int i;