diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-09 09:19:54 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-09 09:19:54 +0000 |
commit | 2406dbb80b9720c6eb50bd64cb3352d9dc222bc1 (patch) | |
tree | 9bed5647d743a0a38d8323ef7e9e1e3cf0ba5edd /games/flying/files/patch-af | |
parent | Update to 3.2.3 (diff) |
Unbreak for newgcc
Notes
Notes:
svn path=/head/; revision=24588
Diffstat (limited to 'games/flying/files/patch-af')
-rw-r--r-- | games/flying/files/patch-af | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/flying/files/patch-af b/games/flying/files/patch-af new file mode 100644 index 000000000000..535090bc3400 --- /dev/null +++ b/games/flying/files/patch-af @@ -0,0 +1,20 @@ +--- pool8.C.orig Sun Jan 9 01:17:59 2000 ++++ pool8.C Sun Jan 9 01:18:18 2000 +@@ -56,7 +56,7 @@ + + void Pool8::Triangle( const Vec2 &vec ) + { +-static t[15] = { 1, ++static int t[15] = { 1, + -1, -2, + 2, 0, 3, + -3, 4, -4, -5, +@@ -186,7 +186,7 @@ + + void Pool9::Triangle( const Vec2 &vec ) + { +-static t[9] = { 1, ++static int t[9] = { 1, + 2, 3, + 4, -1, 5, + 6, 7, |