mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-01 05:30:58 +00:00
Draw: Also don't lerp crosshairs
This commit is contained in:
parent
0880bef8c8
commit
3e5ac1c15a
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ static cvar_t *gl_nolerp_list;
|
|||
void
|
||||
Draw_InitLocal(void)
|
||||
{
|
||||
/* don't bilerp characters */
|
||||
gl_nolerp_list = Cvar_Get("gl_nolerp_list", "pics/conchars.pcx", 0);
|
||||
/* don't bilerp characters and crosshairs */
|
||||
gl_nolerp_list = Cvar_Get("gl_nolerp_list", "pics/conchars.pcx pics/ch1.pcx pics/ch2.pcx pics/ch3.pcx", 0);
|
||||
|
||||
/* load console characters */
|
||||
draw_chars = R_FindImage("pics/conchars.pcx", it_pic);
|
||||
|
|
Loading…
Reference in a new issue