summaryrefslogtreecommitdiff
path: root/games/flying/files/patch-ae
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-01-09 09:19:54 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-01-09 09:19:54 +0000
commit2406dbb80b9720c6eb50bd64cb3352d9dc222bc1 (patch)
tree9bed5647d743a0a38d8323ef7e9e1e3cf0ba5edd /games/flying/files/patch-ae
parentUpdate to 3.2.3 (diff)
Unbreak for newgcc
Notes
Notes: svn path=/head/; revision=24588
Diffstat (limited to 'games/flying/files/patch-ae')
-rw-r--r--games/flying/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/flying/files/patch-ae b/games/flying/files/patch-ae
new file mode 100644
index 000000000000..31c62dc7062a
--- /dev/null
+++ b/games/flying/files/patch-ae
@@ -0,0 +1,11 @@
+--- xmover.C.orig Sun Jan 9 01:16:44 2000
++++ xmover.C Sun Jan 9 01:16:51 2000
+@@ -101,7 +101,7 @@
+ private:
+ int ws; // Bits klein
+ const int wl; // Bits gross
+- static mtab[9];
++ static int mtab[9];
+ };
+
+ int Stuffer::mtab[9] = { 0x00, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };