From 634b607f2d5de0b2f490f81059a8d0bda2e232d3 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Thu, 4 Oct 2012 16:04:07 +0000 Subject: [PATCH] IOQ3 commit 2312 --- reaction/code/sdl/sdl_glimp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reaction/code/sdl/sdl_glimp.c b/reaction/code/sdl/sdl_glimp.c index db836526..4dd79b69 100644 --- a/reaction/code/sdl/sdl_glimp.c +++ b/reaction/code/sdl/sdl_glimp.c @@ -260,8 +260,8 @@ static int GLimp_SetMode(int mode, qboolean fullscreen, qboolean noborder) } else { - glConfig.vidWidth = 480; - glConfig.vidHeight = 640; + glConfig.vidWidth = 640; + glConfig.vidHeight = 480; ri.Printf( PRINT_ALL, "Cannot determine display resolution, assuming 640x480\n" ); }