added a menu parameter to the vote callback

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401277
This commit is contained in:
David Anderson
2007-08-08 02:44:36 +00:00
parent 8352ea6413
commit ee7d75fcb9
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -507,6 +507,7 @@ void CMenuHandler::OnMenuVoteResults(IBaseMenu *menu, const menu_vote_result_t *
/* Finally, push everything */
if (!no_call)
{
m_pVoteResults->PushCell(menu->GetHandle());
m_pVoteResults->PushCell(results->num_votes);
m_pVoteResults->PushCell(results->num_clients);
m_pVoteResults->PushCell(client_array_address);