summaryrefslogtreecommitdiff
path: root/src/i_video.c
diff options
context:
space:
mode:
authorSimon Howard2014-10-25 14:58:31 -0400
committerSimon Howard2014-10-25 14:58:31 -0400
commitd91383ee4057a2fc6fc2fb80144abb34273a6d7f (patch)
treee1de73592bfed31af418a7af24a06900f48257ff /src/i_video.c
parent9d01d090c48c74a29b4ef67e0cd204772a2193c3 (diff)
downloadchocolate-doom-d91383ee4057a2fc6fc2fb80144abb34273a6d7f.tar.gz
chocolate-doom-d91383ee4057a2fc6fc2fb80144abb34273a6d7f.tar.bz2
chocolate-doom-d91383ee4057a2fc6fc2fb80144abb34273a6d7f.zip
Remove 1280x1000 scaling.
We already have 1280x960, which is the correct aspect ratio. This means that when running at 1080p the windowboxing borders will be slightly thicker, but if we're already showing borders anyway, it's better to at least use the correct aspect ratio. This fixes #460. Thanks to Doom_user for asking about this on Doomworld: http://www.doomworld.com/vb/post/1316735
Diffstat (limited to 'src/i_video.c')
-rw-r--r--src/i_video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_video.c b/src/i_video.c
index 242f3ac5..76ad23af 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -122,7 +122,6 @@ static screen_mode_t *screen_modes_corrected[] = {
&mode_squash_2x,
&mode_squash_3x,
&mode_squash_4x,
- &mode_squash_5x,
};
// SDL video driver name