summaryrefslogtreecommitdiff
path: root/games/battleball/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'games/battleball/patches/patch-ag')
-rw-r--r--games/battleball/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/battleball/patches/patch-ag b/games/battleball/patches/patch-ag
new file mode 100644
index 00000000000..0da8688d8aa
--- /dev/null
+++ b/games/battleball/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2008/06/21 18:12:42 joerg Exp $
+
+--- bsp/polygon.h.orig 2008-06-21 12:04:08.000000000 +0000
++++ bsp/polygon.h
+@@ -21,7 +21,7 @@ typedef struct {
+ int numverts;
+ Vec3f verts[MAXPOLYVERT];
+ Vec3f plane_normal;
+- int material_index;
++ void *material_index;
+ int facesForward; // true: faces same dir as BSP node's plane faces
+ } Polygon3f;
+