Use 1280x960, not 1280x1024. The former is a standard 4:3 resolution;

the latter is a popular but bogus 5:4 resolution.
This commit is contained in:
Glenn Maynard
2003-05-30 08:59:16 +00:00
parent 2a85a2b9df
commit 364e3ef8cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ static const int HorizRes[] = {
320, 400, 512, 640, 800, 1024, 1280
};
static const int VertRes[] = {
240, 300, 384, 480, 600, 768, 1024
240, 300, 384, 480, 600, 768, 960
};
static const int TextureRes[] = {
256, 512, 1024, 2048