diff options
author | Tim Angus <tim@ngus.net> | 2006-12-29 20:43:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-12-29 20:43:18 +0000 |
commit | 4d41465606d460311aaab30a03fe799a9b56de3a (patch) | |
tree | 3347f133a249ac9f5e089b4c1ef5cc30dfe16741 /ui | |
parent | 421cbbd5c614c11b244763f300140d5f8849ac63 (diff) |
* (bug 2828) Removal of hack for scaled up knockback on teslagen
* (bug 2959) All looping sounds now stopped when downloading
* (bug 2910) Removal of legacy Q3 cg_teamChat* stuff
Diffstat (limited to 'ui')
-rw-r--r-- | ui/menudef.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/menudef.h b/ui/menudef.h index 0463e1aa..11f13382 100644 --- a/ui/menudef.h +++ b/ui/menudef.h @@ -206,9 +206,6 @@ #define CG_FRAGGED_MSG 43 // painted with old system #define CG_PROXMINED_MSG 44 // painted with old system #define CG_AREA_FPSINFO 45 // painted with old system -#define CG_AREA_SYSTEMCHAT 46 // painted with old system -#define CG_AREA_TEAMCHAT 47 // painted with old system -#define CG_AREA_CHAT 48 // painted with old system #define CG_GAME_STATUS 49 #define CG_KILLER 50 #define CG_PLAYER_ARMOR_ICON2D 51 |