mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-29 16:21:46 +00:00
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:
parent
cff853a374
commit
9d80b4394e
2 changed files with 6 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue