summaryrefslogtreecommitdiff
path: root/games-simulation/gl117/files/gl117-1.3.2-mode.patch
blob: c63fdaa26074dd1640de109a7b26fa128857d198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://bugs.gentoo.org/327965
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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 } };