summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-sports/vdrift/files/vdrift-20111022-bullet282.patch')
-rw-r--r--games-sports/vdrift/files/vdrift-20111022-bullet282.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-sports/vdrift/files/vdrift-20111022-bullet282.patch b/games-sports/vdrift/files/vdrift-20111022-bullet282.patch
deleted file mode 100644
index a16dd42f8365..000000000000
--- a/games-sports/vdrift/files/vdrift-20111022-bullet282.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/dynamicsworld.cpp.old 2014-05-15 13:23:06.584092773 +0200
-+++ src/dynamicsworld.cpp 2014-05-15 13:23:13.748948512 +0200
-@@ -101,7 +101,7 @@
- int patch_id = -1;
- const BEZIER * b = 0;
- const TRACKSURFACE * s = TRACKSURFACE::None();
-- btCollisionObject * c = 0;
-+ const btCollisionObject * c = 0;
-
- MyRayResultCallback ray(origin, p, caster);
- rayTest(origin, p, ray);