You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-simulation/gl117/files/gl117-1.3.2-mode.patch

14 lines
353 B

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 } };