From 7a75de8deeb30ccafee8a0bd9894df565dfa0947 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 14 Jul 2010 09:10:12 +0000 Subject: [PATCH] missed one git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3554 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_vidmorphos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_vidmorphos.c b/engine/gl/gl_vidmorphos.c index efa007e47..c7c2aa521 100644 --- a/engine/gl/gl_vidmorphos.c +++ b/engine/gl/gl_vidmorphos.c @@ -381,7 +381,7 @@ qboolean GLVID_Init (rendererstate_t *info, unsigned char *palette) vid.width = Q_atoi(com_argv[i + 1]); // pick a conheight that matches with correct aspect - vid.height = vid.conwidth * 3 / 4; + vid.height = vid.width * 3 / 4; } vid.width &= 0xfff8; // make it a multiple of eight