From da338b5f05fd0154b3d1aba9ae45b944bfe865f2 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Tue, 24 Apr 2018 09:53:15 +0200 Subject: Discard players' votes when they leave. --- src/game/bg_public.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/bg_public.h') 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 -- cgit