diff options
author | Tim Angus <tim@ngus.net> | 2002-04-02 00:54:32 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-04-02 00:54:32 +0000 |
commit | 66eb59c023341ea0d4bc0e284425218be7b719dc (patch) | |
tree | c5f80c1438f8fef95ca751de26a9245e5710aee7 /ui | |
parent | 980ea0250159a10c8e14e11f580e5c97b81b6263 (diff) |
Infopanes finishedish
Diffstat (limited to 'ui')
-rw-r--r-- | ui/menudef.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/menudef.h b/ui/menudef.h index 7f3afe57..1d76d598 100644 --- a/ui/menudef.h +++ b/ui/menudef.h @@ -267,6 +267,13 @@ //TA: #define UI_DIALOG 257 #define UI_TEAMINFOPANE 258 +#define UI_ACLASSINFOPANE 259 +#define UI_AUPGRADEINFOPANE 260 +#define UI_HITEMINFOPANE 261 +#define UI_HBUYINFOPANE 262 +#define UI_HSELLINFOPANE 263 +#define UI_ABUILDINFOPANE 264 +#define UI_HBUILDINFOPANE 265 #define VOICECHAT_GETFLAG "getflag" // command someone to get the flag #define VOICECHAT_OFFENSE "offense" // command someone to go on offense |