diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 12:11:39 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:44 +0000 |
commit | a1e7a4bd0512f35571b1a480bb24b35e0fdb3363 (patch) | |
tree | bdd06e84864a13ef921e5fd504137be19318bb33 /ui/tremulous_alien_common_hud.h | |
parent | de074a1dbb77892f11c8f33f5d92be26e761e751 (diff) |
* Remove extra trailing newline from admin chat commands (oops)
* Rename private message, admin message functions for consistency
* Cancel a reload when switching weapons, and prevent reloading a full clip
* Simplify admin command formatting and in doing so prevent some compiler
warnings on OS X
* Fix some admin messages (s/kicked/banned/, no bans to show, can't perm ban)
* Have tremulous_alien_common_hud include tremulous_common_hud since they're
always used together anyway
* Remove some redundant uses of va()
Diffstat (limited to 'ui/tremulous_alien_common_hud.h')
-rw-r--r-- | ui/tremulous_alien_common_hud.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/tremulous_alien_common_hud.h b/ui/tremulous_alien_common_hud.h index 466ed184..04ffb635 100644 --- a/ui/tremulous_alien_common_hud.h +++ b/ui/tremulous_alien_common_hud.h @@ -1,6 +1,7 @@ #define COMMON_HUD_R 1.0 #define COMMON_HUD_G 0.0 #define COMMON_HUD_B 0.0 +#include "ui/tremulous_common_hud.h" ////////////////// //STATIC OBJECTS// |