projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c13b49
)
add a fixme comment about crosshair dot drawing
author
Rudolf Polzer <divVerent@xonotic.org>
Mon, 20 Jun 2011 08:57:43 +0000
(10:57 +0200)
committer
Rudolf Polzer <divVerent@xonotic.org>
Mon, 20 Jun 2011 08:57:43 +0000
(10:57 +0200)
qcsrc/client/View.qc
patch
|
blob
|
history
diff --git
a/qcsrc/client/View.qc
b/qcsrc/client/View.qc
index 23a056be2a7fe122f7ec51daeddc6e6dc9bff44b..910cbb4e66744779b388493e13bf76b9041b02cf 100644
(file)
--- a/
qcsrc/client/View.qc
+++ b/
qcsrc/client/View.qc
@@
-1234,6
+1234,7
@@
void CSQC_UpdateView(float w, float h)
if(autocvar_crosshair_dot_color != "0")
wcross_color = stov(autocvar_crosshair_dot_color);
CROSSHAIR_DRAW(wcross_resolution * autocvar_crosshair_dot_size, "gfx/crosshairdot.tga", f * autocvar_crosshair_dot_alpha);
+ // FIXME why don't we use wcross_alpha here?
wcross_color = wcross_color_old;
}
}