diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-20 00:42:31 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:57 +0000 |
commit | 0dc81b571ad4811d27a901c339afb96c4ca7a247 (patch) | |
tree | 33fafe21b95cda9e8f9593c2be4b9fd80481bc54 /assets | |
parent | 8a0677cf7a26f6a4dffc42b747da7e5ff754f386 (diff) |
* Fix location hud item to line up correctly and no longer overlap demostate
Diffstat (limited to 'assets')
-rw-r--r-- | assets/ui/tremulous_common_hud.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/ui/tremulous_common_hud.h b/assets/ui/tremulous_common_hud.h index 37610ead..6208f167 100644 --- a/assets/ui/tremulous_common_hud.h +++ b/assets/ui/tremulous_common_hud.h @@ -127,7 +127,7 @@ itemDef itemDef { name "location" - rect (STAT_X-55) ((4*BORDER)+(5*STAT_H)) (STAT_W+60) STAT_H + rect (STAT_X-60) ((4*BORDER)+(4*STAT_H)) (STAT_W+60) STAT_H aspectBias ALIGN_RIGHT visible MENU_TRUE decoration |