missed one
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3554 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3a5149f1dd
commit
7a75de8dee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue