diff options
Diffstat (limited to 'games/battleball/files/patch-lib3d-bsppanel3d.C')
-rw-r--r-- | games/battleball/files/patch-lib3d-bsppanel3d.C | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/battleball/files/patch-lib3d-bsppanel3d.C b/games/battleball/files/patch-lib3d-bsppanel3d.C deleted file mode 100644 index 3067ce05d590..000000000000 --- a/games/battleball/files/patch-lib3d-bsppanel3d.C +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - } - |