summaryrefslogtreecommitdiff
path: root/games-sports/torcs/files/torcs-1.3.6-format.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-sports/torcs/files/torcs-1.3.6-format.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-sports/torcs/files/torcs-1.3.6-format.patch')
-rw-r--r--games-sports/torcs/files/torcs-1.3.6-format.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/games-sports/torcs/files/torcs-1.3.6-format.patch b/games-sports/torcs/files/torcs-1.3.6-format.patch
deleted file mode 100644
index da59c4da4fa0..000000000000
--- a/games-sports/torcs/files/torcs-1.3.6-format.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/src/tools/texmapper/maintexmapper.cpp 2015-12-23 20:55:24.874102363 +0100
-+++ b/src/tools/texmapper/maintexmapper.cpp 2015-12-23 20:55:55.071553325 +0100
-@@ -103,7 +103,7 @@
- {
- int i, j;
-
-- printf(title);
-+ printf("%s", title);
- for (j = 0; j < 4; j ++){
- for (i = 0; i < 4; i ++) {
- printf("%.6f ", m[i][j]);
---- a/src/tools/trackgen/objects.cpp 2015-12-23 20:59:49.671287196 +0100
-+++ b/src/tools/trackgen/objects.cpp 2015-12-23 21:02:21.639523189 +0100
-@@ -234,9 +234,9 @@
-
- ssgLeaf *vt = (ssgLeaf *)ent;
- if (vt->getCullFace() == TRUE) {
-- surf = "SURF 0x10\n";
-+ surf = "0x10";
- } else {
-- surf = "SURF 0x30\n";
-+ surf = "0x30";
- }
-
- int num_verts = vt->getNumVertices();
-@@ -304,7 +304,7 @@
- fprintf (save_fd, "numsurf %d\n", num_tris);
-
- for (i = 0; i < num_tris; i++) {
-- fprintf (save_fd, surf);
-+ fprintf (save_fd, "SURF %s\n", surf);
- fprintf (save_fd, "mat 0\n");
- fprintf (save_fd, "refs 3\n");
- fprintf (save_fd, "%d %g %g\n",