Added functionality for the auto-channeler

This commit is contained in:
David Anderson
2005-11-19 01:25:34 +00:00
parent 694d7c118c
commit 62e7e22a93
10 changed files with 78 additions and 16 deletions

View File

@@ -114,6 +114,8 @@ public:
String death_weapon;
int newmenu;
int page;
float channels[5];
Vector lastTrace;
Vector thisTrace;
@@ -139,6 +141,8 @@ public:
inline void Authorize() { authorized = true; }
int NextHUDChannel();
};
// *****************************************************