projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d9edb
)
remove a useless todo... :P
author
FruitieX <rasse@rasse-lappy.localdomain>
Thu, 3 Jun 2010 18:39:20 +0000
(21:39 +0300)
committer
FruitieX <rasse@rasse-lappy.localdomain>
Thu, 3 Jun 2010 18:39:20 +0000
(21:39 +0300)
qcsrc/client/hud.qc
patch
|
blob
|
history
diff --git
a/qcsrc/client/hud.qc
b/qcsrc/client/hud.qc
index
bc461b9
..
586d3f1
100644
(file)
--- a/
qcsrc/client/hud.qc
+++ b/
qcsrc/client/hud.qc
@@
-2199,7
+2199,7
@@
void HUD_Radar(void)
float scale2d, normalsize, bigsize;
float f;
- teamradar_origin2d = pos + 0.5 * mySize;
// TODO: stupid compat, should be removed (hint: code seems to assume origin to be in center, where panelhud code uses pos as topleft pixel)
+ teamradar_origin2d = pos + 0.5 * mySize;
teamradar_size2d = mySize;
if(minimapname == "")