Fixed return value of VoteMenuToAll (bug 5254, r=asherkin).

This commit is contained in:
Ryan Stecker 2012-04-14 00:31:50 +01:00
parent ee49dfa505
commit 4771398e1e

View File

@ -489,7 +489,7 @@ native bool:VoteMenu(Handle:menu, clients[], numClients, time, flags=0);
* in progress.
* @error Invalid Handle.
*/
stock VoteMenuToAll(Handle:menu, time, flags=0)
stock bool:VoteMenuToAll(Handle:menu, time, flags=0)
{
new total;
decl players[MaxClients];