]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
two more 4x3 modes
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 8 Feb 2006 16:13:59 +0000 (16:13 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 8 Feb 2006 16:13:59 +0000 (16:13 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5956 d7cf8633-e32d-0410-b094-e92efae38249

menu.c

diff --git a/menu.c b/menu.c
index fbf688950835927a2d9c35bb19939b384db6bd68..ae87f58655997612fbb826060d998238eb61a7e9 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -2741,8 +2741,10 @@ video_resolution_t video_resolutions[] =
 {"Standard 4x3"              , 1024, 768, 640, 480, 1     },
 {"Standard 4x3"              , 1152, 864, 640, 480, 1     },
 {"Standard 4x3"              , 1280, 960, 640, 480, 1     },
+{"Standard 4x3"              , 1400,1050, 640, 480, 1     },
 {"Standard 4x3"              , 1600,1200, 640, 480, 1     },
 {"Standard 4x3"              , 1792,1344, 640, 480, 1     },
+{"Standard 4x3"              , 1856,1392, 640, 480, 1     },
 {"Standard 4x3"              , 1920,1440, 640, 480, 1     },
 {"Standard 4x3"              , 2048,1536, 640, 480, 1     },
 {"Short Pixel (CRT) 5x4"     ,  320, 256, 320, 256, 0.9375},
@@ -2783,7 +2785,7 @@ video_resolution_t video_resolutions[] =
 {"NTSC 3x2"                  ,  360, 240, 360, 240, 1.125 },
 {"NTSC 3x2"                  ,  720, 480, 720, 480, 1.125 },
 {"PAL 14x11"                 ,  360, 283, 360, 283, 0.9545},
-{"PAL 14x11"                 ,  720, 566, 360, 566, 0.9545},
+{"PAL 14x11"                 ,  720, 566, 720, 566, 0.9545},
 {"NES 8x7"                   ,  256, 224, 256, 224, 1.1667},
 {"SNES 8x7"                  ,  512, 448, 512, 448, 1.1667},
 {NULL, 0, 0, 0, 0, 0}