diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2011-01-19 20:27:15 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:51 +0000 |
commit | 16886b666d89866108fb94fd2fcdd803c3246b6a (patch) | |
tree | eeeaa4a55c51ce2a7515b736e443c5a98a514d7a /src/game/bg_public.h | |
parent | 2e2d9e4a07b02d4e51a0690fc0877b9b5dfbaf3e (diff) |
* (bug 4879) Prevent teamchanges for gameplay exploit reasons by enforcing a 30 second wait before you can change again
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 4a343b13..eb6bb8af 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -579,7 +579,6 @@ typedef enum MN_A_NOEROOM, MN_A_TOOCLOSE, MN_A_NOOVMND_EVOLVE, - MN_A_TEAMCHANGEBUILDTIMER, MN_A_EVOLVEBUILDTIMER, MN_A_CANTEVOLVE, MN_A_EVOLVEWALLWALK, @@ -611,7 +610,6 @@ typedef enum MN_H_NOSLOTS, MN_H_NOFUNDS, MN_H_ITEMHELD, - MN_H_TEAMCHANGEBUILDTIMER, MN_H_NOARMOURYHERE, MN_H_NOENERGYAMMOHERE, MN_H_NOROOMBSUITON, |