summaryrefslogtreecommitdiff
path: root/games/battleball/patches/patch-ai
blob: e8b0dca6ab3c5d9d75ce77140f88da14bbd6f43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.1 2008/06/21 18:12:42 joerg Exp $

--- lib3d/bspregion3d.C.orig	2008-06-21 12:06:10.000000000 +0000
+++ lib3d/bspregion3d.C
@@ -97,7 +97,7 @@ void bspRegion3d::MakeBspTreePanels(BSP 
       xpanel3d& panel= * (xpanel3d *) poly->material_index;
 
       poly->material_index=
-	(int) & *treePanels.insert(treePanels.end(),xpanel3d(*poly,pts,panel));
+	& *treePanels.insert(treePanels.end(),xpanel3d(*poly,pts,panel));
     }
     MakeBspTreePanels(bspt->negative);
     MakeBspTreePanels(bspt->positive);