diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:00:52 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:36 +0000 |
commit | 9671a190ea89feb7103a31c878e31a65494e6736 (patch) | |
tree | d809d009e44ed75a3226c1af6ffc3a643670b9bb /ui | |
parent | 33f9c3de4cc37723e847d78c2a5922bbeb1a314a (diff) |
* Add hud support for location entities (ownerdraw CG_PLAYER_LOCATION)
* Fix dumb typo left from debugging in last revision
Diffstat (limited to 'ui')
-rw-r--r-- | ui/menudef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/menudef.h b/ui/menudef.h index 629655bf..6290cf42 100644 --- a/ui/menudef.h +++ b/ui/menudef.h @@ -178,5 +178,6 @@ #define CG_PLAYER_CHARGE_BAR_BG 76 #define CG_PLAYER_CHARGE_BAR 77 #define CG_PLAYER_CROSSHAIR 78 +#define CG_PLAYER_LOCATION 79 #endif |