mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- cleanup
This commit is contained in:
parent
d10bf41b03
commit
e9e4ebbfea
1 changed files with 0 additions and 3 deletions
|
@ -355,9 +355,6 @@ void displayrest(int smoothratio)
|
|||
|
||||
if ((unsigned)a < MAXTILES)
|
||||
{
|
||||
vec2_t crosshairpos = { };
|
||||
//vec2_t crosshairpos = { ud.returnvar[0], ud.returnvar[1] };
|
||||
uint32_t crosshair_o = 1 | 2;
|
||||
double crosshair_scale = cl_crosshairscale * .01;
|
||||
if (isRR()) crosshair_scale *= .5;
|
||||
|
||||
|
|
Loading…
Reference in a new issue