mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-01 13:40:59 +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
|
void
|
||||||
Draw_InitLocal(void)
|
Draw_InitLocal(void)
|
||||||
{
|
{
|
||||||
/* don't bilerp characters */
|
/* don't bilerp characters and crosshairs */
|
||||||
gl_nolerp_list = Cvar_Get("gl_nolerp_list", "pics/conchars.pcx", 0);
|
gl_nolerp_list = Cvar_Get("gl_nolerp_list", "pics/conchars.pcx pics/ch1.pcx pics/ch2.pcx pics/ch3.pcx", 0);
|
||||||
|
|
||||||
/* load console characters */
|
/* load console characters */
|
||||||
draw_chars = R_FindImage("pics/conchars.pcx", it_pic);
|
draw_chars = R_FindImage("pics/conchars.pcx", it_pic);
|
||||||
|
|
Loading…
Reference in a new issue