cl_main.c:

what was id trying to hide? oh well, it's clear now :)
gl_draw.c:
	missed a value->int_val conversion
This commit is contained in:
Bill Currie 2000-10-24 19:32:30 +00:00
parent cff853a374
commit 9d80b4394e
2 changed files with 6 additions and 25 deletions

View file

@ -771,7 +771,7 @@ Draw_ConsoleBackground ( int lines )
}
// slide console up/down or stretch it?
if (gl_constretch->value)
if (gl_constretch->int_val)
ofs = 0;
else
ofs = (vid.conheight - lines)/(float)vid.conheight;