Skip to content

Commit

Permalink
Merge pull request #95 from BSVino/fix-vote-block
Browse files Browse the repository at this point in the history
Reset "already voted" flag on map change
  • Loading branch information
TomyLobo authored Oct 8, 2016
2 parents 7f9e495 + 23e8100 commit cef825d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mp/src/game/client/sdk/hud/da_hud_vote.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ void CHudVote::LevelInit( void )
SetVoteActive( false );
m_flVoteResultCycleTime = -1;
m_flHideTime = -1;
m_bPlayerVoted = false;
m_flPostVotedHideTime = -1;
}

Expand Down

0 comments on commit cef825d

Please sign in to comment.