blob: c74e07c1cafd8a8e64025ecbdfc701ce0049189d [file] [log] [blame]
--- src/main.cpp.orig 2010-07-13 09:35:18.374122609 +0100
+++ 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 } };