1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/games/battleball/files/patch-lib3d-bsppanel3d.C
Tilman Keskinoz bdc3d88407 Fix build on amd64
Feature safe:	yes
2011-01-20 11:07:06 +00:00

12 lines
287 B
C

--- lib3d/bsppanel3d.C.orig 2011-01-20 12:02:35.000000000 +0100
+++ lib3d/bsppanel3d.C 2011-01-20 12:03:32.000000000 +0100
@@ -42,7 +42,7 @@
}
pt3d2Vec3f(normal,poly.plane_normal);
- poly.material_index= (int) this;
+ poly.material_index= (intptr_t) this;
return poly;
}