summaryrefslogtreecommitdiff
path: root/games-simulation/gl117/files/gl117-1.3.2-mode.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-simulation/gl117/files/gl117-1.3.2-mode.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-simulation/gl117/files/gl117-1.3.2-mode.patch')
-rw-r--r--games-simulation/gl117/files/gl117-1.3.2-mode.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/games-simulation/gl117/files/gl117-1.3.2-mode.patch b/games-simulation/gl117/files/gl117-1.3.2-mode.patch
deleted file mode 100644
index d3f13084a96f..000000000000
--- a/games-simulation/gl117/files/gl117-1.3.2-mode.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/main.cpp 2010-07-13 09:35:18.374122609 +0100
-+++ b/src/main.cpp 2010-07-13 09:35:45.334955120 +0100
-@@ -71,8 +71,7 @@ int mode = 0;
-
- // pre-defined screen resolutions (x, y, bpp, fullscreen)
- int resolution [4] [4] =
-- { { 1024, 768, 32, 1 },
-- { 800, 600, 32, 1 },
-+ { { 800, 600, 32, 1 },
- { 640, 480, 32, 1 },
- { 640, 480, 32, 0 } };
-