summaryrefslogtreecommitdiff
path: root/src/game/g_admin.c
diff options
context:
space:
mode:
authorPaweł Redman <trem.redman@gmail.com>2013-09-09 23:24:54 +0200
committerPaweł Redman <trem.redman@gmail.com>2013-09-09 23:24:54 +0200
commit37b8af1e6eb90378f1290b5130c8b6882b06a219 (patch)
tree1f8c00819cf59b7147e657dcb90d9ccc2e0d7989 /src/game/g_admin.c
parent27a16fb1fa69d458fb10e6437eb07b85496b46b8 (diff)
0.1.3
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r--src/game/g_admin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index e753f19..35d57ed 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -2528,6 +2528,7 @@ qboolean G_admin_endvote( gentity_t *ent )
admin_log( BG_TeamName( team ) );
level.voteNo[ team ] = cancel ? level.numVotingClients[ team ] : 0;
level.voteYes[ team ] = cancel ? 0 : level.numVotingClients[ team ];
+ level.voteAborted[ team ] = qtrue;
G_CheckVote( team );
if( team == TEAM_NONE )
AP( msg );