summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-04-24 09:53:15 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-04-24 13:42:52 +0200
commitda338b5f05fd0154b3d1aba9ae45b944bfe865f2 (patch)
tree78a51e86b5b9ebcb3648209d987ae249b086e3e1 /src/game/bg_public.h
parentc17c9c0f4d000a6765653a1168453a830e403117 (diff)
Discard players' votes when they leave.
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 790e206..02ded16 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -291,8 +291,6 @@ typedef enum
#define EF_MOVER_STOP 0x00001000 // will push otherwise
#define EF_TALK 0x00002000 // draw a talk balloon
#define EF_CONNECTION 0x00004000 // draw a connection trouble sprite
-#define EF_VOTED 0x00008000 // already cast a vote
-#define EF_TEAMVOTED 0x00010000 // already cast a vote
#define EF_BLOBLOCKED 0x00020000 // TA: caught by a trapper
#define EF_REAL_LIGHT 0x00040000 // TA: light sprites according to ambient light
#define EF_DBUILDER 0x00080000 // designated builder protection